X-Git-Url: https://www.flypig.org.uk/git/?p=openvpnui.git;a=blobdiff_plain;f=OpenVPNUI.pro;h=6457ec7b8c4c7c14d9eb29c40686b9158d18925c;hp=90c7f7f8449c3cbe659e09caf6f24540d0c73162;hb=e24363e314aca32e7bee952f02f517a04a8dc5f2;hpb=ee3968ffa08d4e0fcbad87765efa3aeb32ff0554 diff --git a/OpenVPNUI.pro b/OpenVPNUI.pro index 90c7f7f..6457ec7 100644 --- a/OpenVPNUI.pro +++ b/OpenVPNUI.pro @@ -11,7 +11,14 @@ TARGET = OpenVPNUI CONFIG += sailfishapp SOURCES += src/OpenVPNUI.cpp \ - src/vpncontrol.cpp + 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 OTHER_FILES += qml/OpenVPNUI.qml \ qml/cover/CoverPage.qml \ @@ -21,8 +28,57 @@ OTHER_FILES += qml/OpenVPNUI.qml \ qml/pages/ConnectPage.qml \ qml/pages/ConfigurePage.qml \ OpenVPN-help.txt \ - client.ovpn + 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/pages/AboutPage.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 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