Put c++ data to QML the first time: YEAAAAHHHH ;-)

This commit is contained in:
Felix Hammer
2015-08-13 22:36:11 +02:00
parent 93b9881e75
commit ee897f17ef
8 changed files with 66 additions and 47 deletions
+4 -2
View File
@@ -51,7 +51,8 @@ HEADERS += \
src/core/common/qttools/qthelper/qthelper.h \
src/core/common/qttools/qttoolswrapper.h \
src/core/common/qttoolsinterface.h \
src/gui/qml/cpp/qmlwrapper.h
src/gui/qml/cpp/qmlwrapper.h \
src/gui/qml/cpp/qmlconfig.h
SOURCES += \
@@ -60,7 +61,8 @@ SOURCES += \
src/core/common/qttools/qthelper/qthelper.cpp \
src/core/common/qttools/qttoolswrapper.cpp \
src/core/common/qttoolsinterface.cpp \
src/gui/qml/cpp/qmlwrapper.cpp
src/gui/qml/cpp/qmlwrapper.cpp \
src/gui/qml/cpp/qmlconfig.cpp
LIBS += \
-lpokerth_lib \