summaryrefslogtreecommitdiffstats
path: root/sample/app/app.pro
blob: b4c75f3b4987d0631a06b1cf5a62fff7a7b627f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = onstestapp
QT = quick

SOURCES = main.cpp \
    eventhandler.cpp

RESOURCES += \
    qml.qrc

LIBS += -lqtwindowmanager -lqthomescreen -ljson-c

DESTDIR = $${OUT_PWD}/../package/root/bin

HEADERS += \
    eventhandler.h