X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample-qml%2Fsample-qml.pro;fp=sample-qml%2Fsample-qml.pro;h=e26bef67c3d42a2ea6a1c50285ab684e978ba132;hb=f8ca548fa047968383e9275ead76eacce90fd0a8;hp=0000000000000000000000000000000000000000;hpb=75a4e94d7610db25c98f05cdda9491f4e7c0a4db;p=staging%2FHomeScreen.git diff --git a/sample-qml/sample-qml.pro b/sample-qml/sample-qml.pro new file mode 100644 index 0000000..e26bef6 --- /dev/null +++ b/sample-qml/sample-qml.pro @@ -0,0 +1,22 @@ +TEMPLATE = app + +QT += qml quick +CONFIG += c++11 + +SOURCES += main.cpp \ + calledbyqml.cpp + +RESOURCES += qml.qrc + +# Additional import path used to resolve QML modules in Qt Creator's code model +QML_IMPORT_PATH = + +INCLUDEPATH += $$PWD/../libhomescreen/include/ + +LIBS += -L$$OUT_PWD/../libhomescreen -lhomescreen + +# Default rules for deployment. +include(deployment.pri) + +HEADERS += \ + calledbyqml.h