summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/application-features/native/widgets/widgets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/application-features/native/widgets/widgets.pro')
-rw-r--r--examples/applicationmanager/application-features/native/widgets/widgets.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/applicationmanager/application-features/native/widgets/widgets.pro b/examples/applicationmanager/application-features/native/widgets/widgets.pro
new file mode 100644
index 00000000..f5ad0e66
--- /dev/null
+++ b/examples/applicationmanager/application-features/native/widgets/widgets.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+CONFIG += install_ok
+QT += widgets appman_launcher-private
+
+SOURCES = main.cpp
+
+DESTDIR = $$OUT_PWD/../../apps/widgets
+target.path=$$DESTDIR
+INSTALLS += target