Browse Source

rename netsoul client netsoulc; add daemon install rules

master
Robin Thoni 9 years ago
parent
commit
e1d4ec7eb8
3 changed files with 20 additions and 2 deletions
  1. 1
    1
      .gitignore
  2. 10
    1
      daemon/client/client.pro
  3. 9
    0
      daemon/daemon/daemon.pro

+ 1
- 1
.gitignore View File

@@ -13,4 +13,4 @@ ns_finder/loginfinder
13 13
 usermgr/usermgr
14 14
 intrabocal/intrabocal
15 15
 daemon/daemon/netsould
16
-daemon/client/client
16
+daemon/client/netsoulc

+ 10
- 1
daemon/client/client.pro View File

@@ -8,7 +8,7 @@ QT       += core network
8 8
 
9 9
 QT       -= gui
10 10
 
11
-TARGET = client
11
+TARGET = netsoulc
12 12
 CONFIG   += console
13 13
 CONFIG   -= app_bundle
14 14
 
@@ -29,3 +29,12 @@ INCLUDEPATH += $$PWD/../../Epimafia
29 29
 DEPENDPATH += $$PWD/../../Epimafia
30 30
 
31 31
 OTHER_FILES += ../defs.h
32
+
33
+unix:!symbian {
34
+	maemo5 {
35
+		target.path = /opt/usr/bin
36
+	} else {
37
+		target.path = /usr/bin
38
+	}
39
+	INSTALLS += target
40
+}

+ 9
- 0
daemon/daemon/daemon.pro View File

@@ -29,3 +29,12 @@ INCLUDEPATH += $$PWD/../../Epimafia
29 29
 DEPENDPATH += $$PWD/../../Epimafia
30 30
 
31 31
 OTHER_FILES += ../defs.h
32
+
33
+unix:!symbian {
34
+	maemo5 {
35
+		target.path = /opt/usr/bin
36
+	} else {
37
+		target.path = /usr/bin
38
+	}
39
+	INSTALLS += target
40
+}

Loading…
Cancel
Save