forked from Tinykid/pmu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpmu.pro
68 lines (57 loc) · 1.63 KB
/
pmu.pro
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-08T08:30:00
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = pmu
TEMPLATE = app
INCLUDEPATH += pmuIHM
SOURCES += main.cpp\
pmuIHM/GuessULikeWidget.cpp \
pmuIHM/HottipsWidget.cpp \
pmuIHM/InstitutionWidget.cpp \
pmuIHM/PrivilegeWidget.cpp \
pmuIHM/RegAndSignPage.cpp \
pmuIHM/PmuHomeTabPage.cpp \
pmuIHM/PmuMainPage.cpp \
pmuIHM/PmuEnterPage.cpp \
pmuIHM/SearchWidget.cpp \
pmuIHM/CoursePublishPage.cpp \
pmuIHM/MyOwnPage.cpp \
ConnectToServer.cpp \
pmuIHM/TemplateWidget.cpp \
AndroidGestureEvent.cpp \
pmuIHM/ClassificationWidget.cpp \
pmuIHM/MyRssCourse.cpp
HEADERS += \
pmuIHM/GuessULikeWidget.h \
pmuIHM/HottipsWidget.h \
pmuIHM/InstitutionWidget.h \
pmuIHM/PrivilegeWidget.h \
pmuIHM/RegAndSignPage.h \
pmuIHM/PmuHomeTabPage.h \
pmuIHM/PmuEnterPage.h \
pmuIHM/PmuMainPage.h \
pmuIHM/SearchWidget.h \
pmuIHM/CoursePublishPage.h \
pmuIHM/MyOwnPage.h \
ConnectToServer.h \
pmuIHM/TemplateWidget.h \
AndroidGestureEvent.h \
pmuIHM/ClassificationWidget.h \
pmuIHM/MyRssCourse.h
RESOURCES += \
imageresources.qrc
CONFIG += mobility
MOBILITY =
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