Integrated file selection dialogue with the main code. Improved the
[openvpnui.git] / OpenVPNUI.pro
1 # The name of your app.
2 # NOTICE: name defined in TARGET has a corresponding QML filename.
3 #         If name defined in TARGET is changed, following needs to be
4 #         done to match new name:
5 #         - corresponding QML filename must be changed
6 #         - desktop icon filename must be changed
7 #         - desktop filename must be changed
8 #         - icon definition filename in desktop file must be changed
9 TARGET = OpenVPNUI
10
11 CONFIG += sailfishapp
12
13 SOURCES += src/OpenVPNUI.cpp \
14     src/vpncontrol.cpp \
15     src/filebrowse/searchworker.cpp \
16     src/filebrowse/searchengine.cpp \
17     src/filebrowse/globals.cpp \
18     src/filebrowse/fileworker.cpp \
19     src/filebrowse/filemodel.cpp \
20     src/filebrowse/fileinfo.cpp \
21     src/filebrowse/engine.cpp
22
23 OTHER_FILES += qml/OpenVPNUI.qml \
24     qml/cover/CoverPage.qml \
25     rpm/OpenVPNUI.spec \
26     rpm/OpenVPNUI.yaml \
27     OpenVPNUI.desktop \
28     qml/pages/ConnectPage.qml \
29     qml/pages/ConfigurePage.qml \
30     OpenVPN-help.txt \
31     client.ovpn \
32     qml/filebrowse/images/small-link.png \
33     qml/filebrowse/images/small-folder-link.png \
34     qml/filebrowse/images/small-folder.png \
35     qml/filebrowse/images/small-file-video.png \
36     qml/filebrowse/images/small-file-txt.png \
37     qml/filebrowse/images/small-file-text.png \
38     qml/filebrowse/images/small-file-rpm.png \
39     qml/filebrowse/images/small-file-image.png \
40     qml/filebrowse/images/small-file-audio.png \
41     qml/filebrowse/images/small-file-apk.png \
42     qml/filebrowse/images/small-file.png \
43     qml/filebrowse/images/large-link.png \
44     qml/filebrowse/images/large-folder-link.png \
45     qml/filebrowse/images/large-folder.png \
46     qml/filebrowse/images/large-file-video.png \
47     qml/filebrowse/images/large-file-txt.png \
48     qml/filebrowse/images/large-file-rpm.png \
49     qml/filebrowse/images/large-file-image.png \
50     qml/filebrowse/images/large-file-audio.png \
51     qml/filebrowse/images/large-file-apk.png \
52     qml/filebrowse/images/large-file.png \
53     qml/filebrowse/pages/functions.js \
54     qml/filebrowse/pages/ViewPage.qml \
55     qml/filebrowse/pages/SettingsPage.qml \
56     qml/filebrowse/pages/SearchPage.qml \
57     qml/filebrowse/pages/RenameDialog.qml \
58     qml/filebrowse/pages/PermissionsDialog.qml \
59     qml/filebrowse/pages/FilePage.qml \
60     qml/filebrowse/pages/DirectoryPage.qml \
61     qml/filebrowse/pages/CreateFolderDialog.qml \
62     qml/filebrowse/pages/ConsolePage.qml \
63     qml/filebrowse/pages/AboutPage.qml \
64     qml/filebrowse/components/Spacer.qml \
65     qml/filebrowse/components/ProgressPanel.qml \
66     qml/filebrowse/components/NotificationPanel.qml \
67     qml/filebrowse/components/LetterSwitch.qml \
68     qml/filebrowse/components/InteractionBlocker.qml \
69     qml/filebrowse/components/DoubleMenuItem.qml \
70     qml/filebrowse/components/DirPopup.qml \
71     qml/filebrowse/components/CenteredField.qml \
72     qml/components/ValueButtonAlignRight.qml
73
74 HEADERS += \
75     src/vpncontrol.h \
76     src/filebrowse/searchworker.h \
77     src/filebrowse/searchengine.h \
78     src/filebrowse/globals.h \
79     src/filebrowse/fileworker.h \
80     src/filebrowse/filemodel.h \
81     src/filebrowse/fileinfo.h \
82     src/filebrowse/engine.h
83
84 INCLUDEPATH += src/filebrowse