-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathharbour-vlc_remote.pro
36 lines (32 loc) · 1.05 KB
/
harbour-vlc_remote.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
# 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-vlc_remote
CONFIG += sailfishapp
SOURCES += src/harbour-vlc_remote.cpp \
src/playlistmodel.cpp \
src/handler.cpp
QT+=xml
OTHER_FILES += qml/harbour-vlc_remote.qml \
qml/cover/CoverPage.qml \
qml/pages/FirstPage.qml \
qml/pages/SecondPage.qml \
rpm/harbour-vlc_remote.spec \
rpm/harbour-vlc_remote.yaml \
harbour-vlc_remote.desktop \
qml/pages/VlcHelp.qml \
qml/pages/VlcFileBrowser.qml \
qml/pages/db.js \
qml/pages/fileCheck.js \
qml/pages/VlcPlaylist.qml \
qml/pages/db2.js \
qml/pages/AboutPage.qml
HEADERS += \
src/playlistmodel.h \
src/xmlitem.h \
src/handler.h