forked from kimmoli/heebo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
heebo.pro
45 lines (37 loc) · 1.05 KB
/
heebo.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
TARGET = harbour-heebo
CONFIG += sailfishapp
# These are the map data files
data.path = /usr/share/$${TARGET}/data
data.files = data/*
INSTALLS += data
HEADERS += src/gameview.h \
src/gamemapset.h \
src/gamemap.h \
src/JewelProvider.h
SOURCES += src/gameview.cpp \
src/heebo.cpp \
src/gamemapset.cpp \
src/gamemap.cpp
OTHER_FILES += \
harbour-heebo.desktop \
harbour-heebo.png \
rpm/harbour-heebo.spec \
qml/wrapper.qml \
qml/pages/AboutPage.qml \
qml/pages/BestTimesDialog.qml \
qml/pages/HelpPage.qml \
qml/pages/JewelDialog.qml \
qml/pages/SettingsDialog.qml \
qml/pages/MainPage.qml \
qml/components/MenuButton.qml \
qml/components/ToolBar.qml \
qml/components/FullPageText.qml \
qml/components/Block.qml \
qml/components/Jewel.qml \
qml/cover/CoverPage.qml \
qml/Constants.qml \
qml/js/jewels.js \
qml/js/utils.js \
qml/images/* \
qml/images/jewels/* \
data/*.dat \