X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenVPNUI.pro;h=e1e09aee7347ea09eb0ecdb2e28e74fc7e1e8fde;hb=refs%2Fheads%2Fmaster;hp=b0f114140fc7e9846988a05a11c94343286c4001;hpb=3aba2d3bed67a9d91350393dd4772f566aca7db1;p=openvpnui.git diff --git a/OpenVPNUI.pro b/OpenVPNUI.pro index b0f1141..e1e09ae 100644 --- a/OpenVPNUI.pro +++ b/OpenVPNUI.pro @@ -6,21 +6,91 @@ # - desktop icon filename must be changed # - desktop filename must be changed # - icon definition filename in desktop file must be changed -TARGET = OpenVPNUI +TARGET = harbour-openvpn-rig CONFIG += sailfishapp -SOURCES += src/OpenVPNUI.cpp \ - src/vpncontrol.cpp +SOURCES += \ + src/vpncontrol.cpp \ + src/filebrowse/searchworker.cpp \ + src/filebrowse/searchengine.cpp \ + src/filebrowse/globals.cpp \ + src/filebrowse/fileworker.cpp \ + src/filebrowse/filemodel.cpp \ + src/filebrowse/fileinfo.cpp \ + src/filebrowse/engine.cpp \ + src/openvpn-rig.cpp -OTHER_FILES += qml/OpenVPNUI.qml \ +OTHER_FILES += qml/harbour-openvpn-rig.qml \ qml/cover/CoverPage.qml \ - rpm/OpenVPNUI.spec \ - rpm/OpenVPNUI.yaml \ - OpenVPNUI.desktop \ + rpm/harbour-openvpn-rig.spec \ qml/pages/ConnectPage.qml \ - qml/pages/ConfigurePage.qml + qml/pages/ConfigurePage.qml \ + OpenVPN-help.txt \ + client.ovpn \ + qml/filebrowse/images/small-link.png \ + qml/filebrowse/images/small-folder-link.png \ + qml/filebrowse/images/small-folder.png \ + qml/filebrowse/images/small-file-video.png \ + qml/filebrowse/images/small-file-txt.png \ + qml/filebrowse/images/small-file-text.png \ + qml/filebrowse/images/small-file-rpm.png \ + qml/filebrowse/images/small-file-image.png \ + qml/filebrowse/images/small-file-audio.png \ + qml/filebrowse/images/small-file-apk.png \ + qml/filebrowse/images/small-file.png \ + qml/filebrowse/images/large-link.png \ + qml/filebrowse/images/large-folder-link.png \ + qml/filebrowse/images/large-folder.png \ + qml/filebrowse/images/large-file-video.png \ + qml/filebrowse/images/large-file-txt.png \ + qml/filebrowse/images/large-file-rpm.png \ + qml/filebrowse/images/large-file-image.png \ + qml/filebrowse/images/large-file-audio.png \ + qml/filebrowse/images/large-file-apk.png \ + qml/filebrowse/images/large-file.png \ + qml/filebrowse/pages/functions.js \ + qml/filebrowse/pages/ViewPage.qml \ + qml/filebrowse/pages/SettingsPage.qml \ + qml/filebrowse/pages/SearchPage.qml \ + qml/filebrowse/pages/RenameDialog.qml \ + qml/filebrowse/pages/PermissionsDialog.qml \ + qml/filebrowse/pages/FilePage.qml \ + qml/filebrowse/pages/DirectoryPage.qml \ + qml/filebrowse/pages/CreateFolderDialog.qml \ + qml/filebrowse/pages/ConsolePage.qml \ + qml/filebrowse/components/Spacer.qml \ + qml/filebrowse/components/ProgressPanel.qml \ + qml/filebrowse/components/NotificationPanel.qml \ + qml/filebrowse/components/LetterSwitch.qml \ + qml/filebrowse/components/InteractionBlocker.qml \ + qml/filebrowse/components/DoubleMenuItem.qml \ + qml/filebrowse/components/DirPopup.qml \ + qml/filebrowse/components/CenteredField.qml \ + qml/components/ValueButtonAlignRight.qml \ + bin/ovpnpermit \ + qml/harbour-openvpn-rig.qml \ + harbour-openvpn-rig.desktop \ + rpm/harbour-openvpn-rig.spec \ + rpm/harbour-openvpn-rig.yaml \ + qml/images/openvpn-rig.png \ + qml/images/ovpn-title.png \ + qml/pages/AboutPage.qml HEADERS += \ - src/vpncontrol.h + src/vpncontrol.h \ + src/filebrowse/searchworker.h \ + src/filebrowse/searchengine.h \ + src/filebrowse/globals.h \ + src/filebrowse/fileworker.h \ + src/filebrowse/filemodel.h \ + src/filebrowse/fileinfo.h \ + src/filebrowse/engine.h + +INCLUDEPATH += src/filebrowse + +bin.files = bin +bin.path = /usr/share/$${TARGET} + +INSTALLS += bin