summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/application-features/native/widgets/widgets.pro
blob: 589c1ab175bf2fa9455e25a4c3b471e4aa06c123 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
CONFIG += install_ok
QT += widgets appman_launcher-private appman_common-private

SOURCES = main.cpp

DESTDIR = $$OUT_PWD/../../apps/widgets
target.path=$$DESTDIR
INSTALLS += target