-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrisipapp.pro
62 lines (55 loc) · 2.41 KB
/
risipapp.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
##################################################################################
# Copyright (C) 2016 - 2017 Petref Saraci
# http://risip.io
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You have received a copy of the GNU General Public License
# along with this program. See LICENSE.GPLv3
# A copy of the license can be found also here <http://www.gnu.org/licenses/>.
#
###################################################################################
include(risip/risip-voipsdk.pri)
TEMPLATE = app
TARGET = RisipApp
DESTDIR = $$PWD/bin
android {
QT += androidextras
}
SOURCES += src/main.cpp
RESOURCES += qml.qrc \
images.qrc
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DISTFILES += \
risip-voipsdk/platforms/AndroidManifest.xml \
risip-voipsdk/platforms/gradle/wrapper/gradle-wrapper.jar \
risip-voipsdk/platforms/gradlew \
risip-voipsdk/platforms/res/values/libs.xml \
risip-voipsdk/platforms/build.gradle \
risip-voipsdk/platforms/gradle/wrapper/gradle-wrapper.properties \
risip-voipsdk/platforms/gradlew.bat \
risip-voipsdk/platforms/android-platform/android/AndroidManifest.xml \
risip-voipsdk/platforms/android-platform/android/gradle/wrapper/gradle-wrapper.jar \
risip-voipsdk/platforms/android-platform/android/gradlew \
risip-voipsdk/platforms/android-platform/android/res/values/libs.xml \
risip-voipsdk/platforms/android-platform/android/build.gradle \
risip-voipsdk/platforms/android-platform/android/gradle/wrapper/gradle-wrapper.properties \
risip-voipsdk/platforms/android-platform/android/gradlew.bat \
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