-
-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathdefaults.pri
More file actions
31 lines (23 loc) · 730 Bytes
/
Copy pathdefaults.pri
File metadata and controls
31 lines (23 loc) · 730 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
QT += gui bluetooth widgets xml positioning quick networkauth websockets texttospeech location multimedia
QTPLUGIN += qavfmediaplayer
QT+= charts
QT += httpserver
DEFINES += Q_HTTPSERVER
# android and iOS are using ChartJS
unix:android: {
QT+= webview
DEFINES += CHARTJS
}
ios: {
QT+= webview
DEFINES += CHARTJS
}
win32: {
DEFINES += CHARTJS
}
unix:android: QT += androidextras gui-private
android: include(android_openssl/openssl.pri)
INCLUDEPATH += $$PWD/src/qmdnsengine/src/include
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/src/android
ANDROID_ABIS = armeabi-v7a arm64-v8a x86 x86_64
#QMAKE_CXXFLAGS += -Werror=suggest-override