-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevopedia.pro
70 lines (57 loc) · 1.7 KB
/
evopedia.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
QMAKEVERSION = $$[QMAKE_VERSION]
ISQT4 = $$find(QMAKEVERSION, ^[2-9])
isEmpty( ISQT4 ) {
error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
}
symbian {
TARGET.UID3 = 0xea2a762a
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
TARGET = evopedia
TEMPLATE = app
include(src.pri)
symbian:include(bzlib.pri)
include(src/qmlapplicationviewer/qmlapplicationviewer.pri)
!isEmpty(MEEGO_VERSION_MAJOR) {
splash.files = resources/harmattan/splash.png
splash.path = /usr/share/evopedia
INSTALLS += splash
}
OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog \
resources/harmattan/evopedia.svg \
resources/harmattan/evopedia80.png \
resources/harmattan/evopedia64.png \
src/qml/SettingsPage.qml \
src/qml/AboutDialog.qml \
src/qml/TitleBar.qml \
src/qml/ArticleView.qml \
src/qml/FlickableWebView.qml \
src/qml/ExtendedWebView.qml
HEADERS += \
src/bzlib.h \
qstringlistmodelforqml.h \
src/evopediasettings.h \
src/harmattanevopediaapplication.h
contains(MEEGO_EDITION,harmattan) {
icon.files = evopedia.png
icon.path = /usr/share/icons/hicolor/80x80/apps
INSTALLS += icon
}
RESOURCES += \
src/qml/qml.qrc \
# resources/resources.qml
SOURCES += \
qstringlistmodelforqml.cpp \
src/evopediasettings.cpp \
src/main.cpp \
src/harmattanevopediaapplication.cpp
#OBJECTS_DIR = .obj
#MOC_DIR = .moc