aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/services/servicebinder/servicebinderclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/services/servicebinder/servicebinderclient.pro')
-rw-r--r--examples/androidextras/services/servicebinder/servicebinderclient.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/androidextras/services/servicebinder/servicebinderclient.pro b/examples/androidextras/services/servicebinder/servicebinderclient.pro
deleted file mode 100644
index 653e546..0000000
--- a/examples/androidextras/services/servicebinder/servicebinderclient.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-QT += qml quick androidextras
-
-CONFIG += c++11
-
-HEADERS += \
- qtandroidservice.h
-
-SOURCES += \
- main.cpp \
- qtandroidservice.cpp
-
-include(../common/common.pri)
-
-# Additional import path used to resolve QML modules in Qt Creator's code model
-QML_IMPORT_PATH =
-
-target.path = $$[QT_INSTALL_EXAMPLES]/androidextras/services/servicebinder
-INSTALLS += target
-
-ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
-
-DISTFILES += \
- android/AndroidManifest.xml \
- android/src/org/qtproject/example/qtandroidservice/QtAndroidService.java
-