-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIP5.pro
More file actions
38 lines (27 loc) · 724 Bytes
/
IP5.pro
File metadata and controls
38 lines (27 loc) · 724 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
33
34
35
36
37
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-08T00:40:27
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = IP5
TEMPLATE = app
SOURCES += main.cpp\
window.cpp \
imagearea.cpp
HEADERS += window.h \
imagearea.h
CONFIG += mobility
MOBILITY =
RESOURCES += \
IP5.qrc
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_PACKAGE_SOURCE_DIR = $$PWD/android