-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuaayz-WAC.pro
77 lines (65 loc) · 1.42 KB
/
buaayz-WAC.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
68
69
70
71
72
73
74
75
76
77
#-------------------------------------------------
#
# Project created by QtCreator 2014-03-19T23:38:26
#
#-------------------------------------------------
QT += core gui network
android: QT += androidextras
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = WAC
TEMPLATE = app
SOURCES += main.cpp\
sign.cpp \
settings.cpp \
login.cpp \
clientinfo.cpp \
utils.cpp \
clientinfocollector.cpp \
selectcar.cpp \
touchablescrollarea.cpp \
selectitem.cpp \
selectwidget.cpp \
cardetail.cpp \
mainwindow.cpp \
income.cpp \
exincome.cpp \
priceattention.cpp
HEADERS += \
sign.h \
login.h \
settings.h \
clientinfo.h \
utils.h \
clientinfocollector.h \
selectcar.h \
touchablescrollarea.h \
selectitem.h \
selectwidget.h \
cardetail.h \
mainwindow.h \
income.h \
exincome.h \
priceattention.h
FORMS += \
sign.ui \
login.ui \
clientinfocollector.ui \
selectcar.ui \
selectitem.ui \
cardetail.ui \
mainwindow.ui \
income.ui \
exincome.ui \
priceattention.ui
CONFIG += mobility c++11
MOBILITY =
OTHER_FILES += \
.gitignore \
README.md \
android/AndroidManifest.xml \
android/res/drawable-hdpi/icon.png \
android/res/drawable-ldpi/icon.png \
android/res/drawable-mdpi/icon.png
RESOURCES += \
resource.qrc
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android