Added new icon file.
[openvpnui.git] / OpenVPNUI.pro
index 6457ec7..e1e09ae 100644 (file)
@@ -6,11 +6,11 @@
 #         - 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 \
+SOURCES += \
     src/vpncontrol.cpp \
     src/filebrowse/searchworker.cpp \
     src/filebrowse/searchengine.cpp \
@@ -18,13 +18,12 @@ SOURCES += src/OpenVPNUI.cpp \
     src/filebrowse/fileworker.cpp \
     src/filebrowse/filemodel.cpp \
     src/filebrowse/fileinfo.cpp \
-    src/filebrowse/engine.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 \
     OpenVPN-help.txt \
@@ -60,7 +59,6 @@ OTHER_FILES += qml/OpenVPNUI.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 \
@@ -69,7 +67,15 @@ OTHER_FILES += qml/OpenVPNUI.qml \
     qml/filebrowse/components/DoubleMenuItem.qml \
     qml/filebrowse/components/DirPopup.qml \
     qml/filebrowse/components/CenteredField.qml \
-    qml/components/ValueButtonAlignRight.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 \
@@ -82,3 +88,9 @@ HEADERS += \
     src/filebrowse/engine.h
 
 INCLUDEPATH += src/filebrowse
+
+bin.files = bin
+bin.path = /usr/share/$${TARGET}
+
+INSTALLS += bin
+