aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/services/servicebroadcast/service.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/services/servicebroadcast/service.pro')
-rw-r--r--examples/androidextras/services/servicebroadcast/service.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/androidextras/services/servicebroadcast/service.pro b/examples/androidextras/services/servicebroadcast/service.pro
new file mode 100644
index 0000000..62b2c9f
--- /dev/null
+++ b/examples/androidextras/services/servicebroadcast/service.pro
@@ -0,0 +1,10 @@
+TEMPLATE = lib
+TARGET = service
+CONFIG += dll
+QT += core androidextras
+
+SOURCES += \
+ service_main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/androidextras/services/servicebroadcast
+INSTALLS += target