aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/customactivity/customactivity.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/customactivity/customactivity.pro')
-rw-r--r--examples/androidextras/customactivity/customactivity.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/androidextras/customactivity/customactivity.pro b/examples/androidextras/customactivity/customactivity.pro
deleted file mode 100644
index 5c5b1e8..0000000
--- a/examples/androidextras/customactivity/customactivity.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-QT += quick androidextras
-
-DEFINES += QT_DEPRECATED_WARNINGS
-
-CONFIG += c++11
-
-HEADERS += \
- activityhandler.h
-
-SOURCES += \
- activityhandler.cpp \
- main.cpp
-
-RESOURCES += qml.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/androidextras/customactivity
-INSTALLS += target
-
-android {
- DISTFILES += \
- android/AndroidManifest.xml \
- android/src/org/qtproject/example/activityhandler/CustomActivity.java \
- android/res/layout/second_activity.xml \
- android/res/values/strings.xml
-
- ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
-}