-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFestService.pro
42 lines (31 loc) · 903 Bytes
/
FestService.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-01-07T06:54:25
#
#-------------------------------------------------
QT += core gui network multimedia multimediawidgets quick
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = FestService
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
logindialog.cpp \
network_serv.cpp
HEADERS += mainwindow.h \
logindialog.h \
network_serv.h
FORMS += mainwindow.ui \
logindialog.ui
include(QZXing/QZXing.pri)
RESOURCES += \
img/qrsamp.qrc
DISTFILES += \
img/qr-code.jpg \
android/gradle/wrapper/gradle-wrapper.jar \
android/AndroidManifest.xml \
android/res/values/libs.xml \
android/build.gradle \
android/gradle/wrapper/gradle-wrapper.properties \
android/gradlew \
android/gradlew.bat
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android