-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwtl.pro
More file actions
33 lines (25 loc) · 671 Bytes
/
wtl.pro
File metadata and controls
33 lines (25 loc) · 671 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
QT += quick quickcontrols2
QT += qml webview
QT += sql
QT += network
CONFIG += c++11
SOURCES += main.cpp \
dbmanager.cpp \
model.cpp
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_PACKAGE_SOURCE_DIR = $$PWD/android
HEADERS += \
dbmanager.h \
model.h