-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWordsler.pro
151 lines (129 loc) · 5.22 KB
/
Wordsler.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Add more folders to ship with the application, here
qnx {
bb.source = bb/
#bb.target = bb
DEPLOYMENTFOLDERS += bb
}
folder_01.source = qml/Wordsler
folder_01.target = qml
DEPLOYMENTFOLDERS += folder_01
# Additional import path used to resolve QML modules in Creator's code model
QML_IMPORT_PATH =
symbian:TARGET.UID3 = 0xE6B5A1B5
VERSION = 3.2.0
# Allow network access on Symbian
#symbian:TARGET.CAPABILITY += NetworkServices
# Define QMLJSDEBUGGER to allow debugging of QML in debug builds
# (This might significantly increase build time)
# DEFINES += QMLJSDEBUGGER
# If your application uses the Qt Mobility libraries, uncomment
# the following lines and add the respective components to the
# MOBILITY variable.
# CONFIG += mobility
# MOBILITY +=
qnx {
# For bb
QMAKE_LFLAGS += '-Wl,-rpath,\'./app/native/lib\''
#LIBS += -lbbsupport
LIBS +=
package.target = $${TARGET}.bar
package.depends = $$TARGET
package.commands = blackberry-nativepackager \
-devMode -debugToken ~/.rim/debugtoken.bar \
-package $${TARGET}.bar -arg -platform -arg blackberry \
blackberry-tablet.xml $$TARGET \
-e Wordsler.png res/icon.png \
-e Wordsler-splash.png res/splashscreen.png \
-e $$[QT_INSTALL_LIBS]/libQtCore.so.4 lib/libQtCore.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtGui.so.4 lib/libQtGui.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtOpenGL.so.4 lib/libQtOpenGL.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtNetwork.so.4 lib/libQtNetwork.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtDeclarative.so.4 lib/libQtDeclarative.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtSql.so.4 lib/libQtSql.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtSvg.so.4 lib/libQtSvg.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtScript.so.4 lib/libQtScript.so.4 \
-e $$[QT_INSTALL_LIBS]/libQtXmlPatterns.so.4 lib/libQtXmlPatterns.so.4 \
-e $$[QT_INSTALL_PLUGINS]/platforms/libblackberry.so lib/platforms/libblackberry.so
QMAKE_EXTRA_TARGETS += package
DEFINES += BLACKBERRY_PLAYBOOK
}
maemo5 {
QT += dbus
}
symbian {
LIBS += -lcone -leikcore -lavkon
vendorinfo = "%{\"\"}" ":\"Slocan\""
}
exists($$QMAKE_INCDIR_QT"/../qmsystem2/qmkeys.h"):!contains(MEEGO_EDITION,harmattan): {
MEEGO_VERSION_MAJOR = 2
MEEGO_VERSION_MINOR = 0
MEEGO_VERSION_PATCH = 0
MEEGO_EDITION = harmattan
DEFINES += MEEGO_EDITION_HARMATTAN
} # This doesn't seem to work in PR1.2 anymore
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp wordlist.cpp utility.cpp
HEADERS += wordlist.h utility.h
RESOURCES += qml/Wordsler/resource.qrc
# Please do not modify the following two lines. Required for deployment.
include(qmlapplicationviewer/qmlapplicationviewer.pri)
qtcAddDeployment()
OTHER_FILES += \
Game.js \
qml/HarmattanMain.qml \
qtc_packaging/debian_fremantle/rules \
qtc_packaging/debian_fremantle/README \
qtc_packaging/debian_fremantle/copyright \
qtc_packaging/debian_fremantle/control \
qtc_packaging/debian_fremantle/compat \
qtc_packaging/debian_fremantle/changelog \
android/res/drawable-ldpi/icon.png \
android/res/drawable-hdpi/icon.png \
android/res/values/strings.xml \
android/res/values/libs.xml \
android/res/drawable-mdpi/icon.png \
android/AndroidManifest.xml \
android/src/eu/licentia/necessitas/ministro/IMinistroCallback.aidl \
android/src/eu/licentia/necessitas/ministro/IMinistro.aidl \
android/src/eu/licentia/necessitas/mobile/QtFeedback.java \
android/src/eu/licentia/necessitas/mobile/QtAndroidContacts.java \
android/src/eu/licentia/necessitas/mobile/QtSystemInfo.java \
android/src/eu/licentia/necessitas/mobile/QtMediaPlayer.java \
android/src/eu/licentia/necessitas/mobile/QtCamera.java \
android/src/eu/licentia/necessitas/mobile/QtLocation.java \
android/src/eu/licentia/necessitas/mobile/QtSensors.java \
android/src/eu/licentia/necessitas/industrius/QtApplication.java \
android/src/eu/licentia/necessitas/industrius/QtActivity.java \
android/src/eu/licentia/necessitas/industrius/QtSurface.java \
android/src/eu/licentia/necessitas/industrius/QtLayout.java \
blackberry-tablet.xml \
Wordsler.png \
bb/Wordsler.png \
bb/Wordsler-splash.png \
bb/bar-descriptor.xml
# qtc_packaging/debian_harmattan/rules \
# qtc_packaging/debian_harmattan/README \
# qtc_packaging/debian_harmattan/copyright \
# qtc_packaging/debian_harmattan/control \
# qtc_packaging/debian_harmattan/compat \
# qtc_packaging/debian_harmattan/changelog \
# qtc_packaging/meego.spec
# qtc_packaging/debian_fremantle/rules \
# qtc_packaging/debian_fremantle/README \
# qtc_packaging/debian_fremantle/copyright \
# qtc_packaging/debian_fremantle/control \
# qtc_packaging/debian_fremantle/compat \
# qtc_packaging/debian_fremantle/changelog
contains(MEEGO_EDITION,harmattan) {
desktopfile.files = Wordsler.desktop
desktopfile.path = /usr/share/applications
INSTALLS += desktopfile
splash.files = Wordsler-splash-harmattan.png
splash.path = /opt/Wordsler/
INSTALLS += splash
}
contains(MEEGO_EDITION,harmattan) {
icon.files = Wordsler.png
icon.path = /usr/share/icons/hicolor/80x80/apps
INSTALLS += icon
}