-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.pro
30 lines (25 loc) · 883 Bytes
/
sample.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
QT += qml
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
main.cpp
RESOURCES += qml.qrc
ANDROID_DEPLOYMENT_DEPENDENCIES += \
jar/QtAndroid.jar \
jar/QtAndroidExtras.jar \
lib/libQt5Core.so \
lib/libQt5Gui.so \
lib/libQt5Network.so \
lib/libQt5Qml.so \
lib/libQt5Quick.so \
lib/libQt5AndroidExtras.so \
plugins/platforms/android/libqtforandroid.so \
qml/QtQuick.2/qmldir \
qml/QtQuick.2/libqtquick2plugin.so \
qml/QtQuick/Window.2/libwindowplugin.so \
qml/QtQuick/Window.2/plugins.qmltypes \
qml/QtQuick/Window.2/qmldir \