-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGhostHunters.pro
More file actions
33 lines (24 loc) · 899 Bytes
/
GhostHunters.pro
File metadata and controls
33 lines (24 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TEMPLATE = app
QT += qml quick
CONFIG += c++11
SOURCES += main.cpp
RC_ICONS = ghost2.ico
RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
DISTFILES += \
android/AndroidManifest.xml \
android/gradle/wrapper/gradle-wrapper.jar \
android/gradlew \
android/res/values/libs.xml \
android/build.gradle \
android/gradle/wrapper/gradle-wrapper.properties \
android/gradlew.bat \
android/src/org/kde/necessitas/ministro/IMinistro.aidl \
android/src/org/kde/necessitas/ministro/IMinistroCallback.aidl \
android/src/org/qtproject/qt5/android/bindings/QtActivity.java \
android/src/org/qtproject/qt5/android/bindings/QtApplication.java \
android/src/si/pronic/ghost/GhostActivity.java
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android