add source for ces2019 horizontal
[apps/onscreenapp.git] / app / app.pro
1 TEMPLATE = app
2 TARGET = onscreenapp
3 QT += quickcontrols2 quick qml dbus
4 CONFIG += c++11 link_pkgconfig
5 DESTDIR = $${OUT_PWD}/../package/root/bin
6 PKGCONFIG += qlibwindowmanager
7
8 HEADERS += \
9     eventhandler.h
10
11 SOURCES += \
12     eventhandler.cpp \
13     main.cpp
14
15 RESOURCES += \
16         images/images.qrc \
17         qml.qrc
18
19 LIBS += -lsystemd
20 LIBS += -lafbwsc
21 LIBS += -ljson-c
22 LIBS += -lhomescreen
23
24