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=0000000000000000000000000000000000000000;hb=a4f5c7d97fcbb97ece05cfbca38fb1963ab11377;hp=e26bef67c3d42a2ea6a1c50285ab684e978ba132;hpb=f775180abd5e6adb58763bec74aa250bf4657341;p=staging%2FHomeScreen.git diff --git a/sample-qml/sample-qml.pro b/sample-qml/sample-qml.pro deleted file mode 100644 index e26bef6..0000000 --- a/sample-qml/sample-qml.pro +++ /dev/null @@ -1,22 +0,0 @@ -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