forked from tace/jolla2gether
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharbour-jolla2gether.pro
67 lines (61 loc) · 2.08 KB
/
harbour-jolla2gether.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
# The name of your app.
# NOTICE: name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, following needs to be
# done to match new name:
# - corresponding QML filename must be changed
# - desktop icon filename must be changed
# - desktop filename must be changed
# - icon definition filename in desktop file must be changed
TARGET = harbour-jolla2gether
CONFIG += sailfishapp webkit
SOURCES += src/harbour-jolla2gether.cpp
OTHER_FILES += qml/harbour-jolla2gether.qml \
qml/cover/CoverPage.qml \
qml/pages/FirstPage.qml \
rpm/harbour-jolla2gether.spec \
rpm/harbour-jolla2gether.yaml \
harbour-jolla2gether.desktop \
js/askbot.js \
qml/pages/AboutPage.qml \
qml/pages/QuestionDelegate.qml \
qml/pages/InfoPage.qml \
harbour-jolla2gether.png \
harbour-jolla2gether.svg \
qml/pages/WebView.qml \
qml/pages/CreditsModel.qml \
qml/pages/LicensePage.qml \
qml/pages/UsersPage.qml \
qml/pages/UserDelegate.qml \
qml/pages/QuestionsPage.qml \
qml/pages/SortUsers.qml \
qml/pages/SearchUsers.qml \
qml/pages/SearchQuestions.qml \
qml/pages/QuestionsModel.qml \
qml/pages/UsersModel.qml \
qml/pages/InfoModel.qml \
qml/pages/TagSearch.qml \
qml/pages/SettingsPage.qml \
qml/pages/Settings.qml \
qml/pages/QuestionViewPage.qml \
js/Markdown.Converter.js \
qml/pages/AnswersAndCommentsDelegate.qml \
qml/components/ItemFlowColumn.qml \
qml/pages/SelectTags.qml \
qml/components/ExternalLinkDialog.qml \
qml/components/ShowRichText.qml \
qml/components/ShowRichTextWithLinkActions.qml \
qml/components/InfoBanner.qml \
qml/components/DynamicTextRectangle.qml \
qml/components/StatsRectangle.qml \
qml/components/StatsRow.qml \
qml/models/RssFeedModel.qml \
qml/components/SearchBanner.qml \
qml/components/VotingButton.qml
js.files = js
js.path = /usr/share/$${TARGET}
INSTALLS+=js
RESOURCES += \
qrc.qrc
HEADERS += \
src/settings.h
DEFINES += APP_VERSION=\\\"$$VERSION\\\"