Lines 1-5
Link Here
|
1 |
--- qnapi.pro.orig Tue May 20 18:50:01 2008 |
1 |
--- qnapi.pro.orig 2008-05-20 18:50:01.000000000 +0200 |
2 |
+++ qnapi.pro Mon Jun 2 15:00:17 2008 |
2 |
+++ qnapi.pro 2010-11-27 13:38:04.000000000 +0100 |
3 |
@@ -77,7 +77,7 @@ |
3 |
@@ -77,7 +77,7 @@ |
4 |
#QMAKE_BUNDLE_DATA += 7ZIP_BINARY |
4 |
#QMAKE_BUNDLE_DATA += 7ZIP_BINARY |
5 |
} |
5 |
} |
Lines 9-15
Link Here
|
9 |
target.path = $${INSTALL_PREFIX}/bin |
9 |
target.path = $${INSTALL_PREFIX}/bin |
10 |
doc.path = $${INSTALL_PREFIX}/share/doc/$${TARGET} |
10 |
doc.path = $${INSTALL_PREFIX}/share/doc/$${TARGET} |
11 |
doc.files = doc/ChangeLog \ |
11 |
doc.files = doc/ChangeLog \ |
12 |
@@ -89,29 +89,27 @@ |
12 |
@@ -89,27 +89,24 @@ |
13 |
doc/COPYRIGHT \ |
13 |
doc/COPYRIGHT \ |
14 |
doc/qnapi-download.desktop \ |
14 |
doc/qnapi-download.desktop \ |
15 |
doc/qnapi-download.schemas |
15 |
doc/qnapi-download.schemas |
Lines 22-48
Link Here
|
22 |
- desktop.path = /usr/share/applications |
22 |
- desktop.path = /usr/share/applications |
23 |
+ desktop.path = $${INSTALL_PREFIX}/share/applications |
23 |
+ desktop.path = $${INSTALL_PREFIX}/share/applications |
24 |
desktop.files = doc/$${TARGET}.desktop |
24 |
desktop.files = doc/$${TARGET}.desktop |
25 |
- dolphin_integration.path = /usr/share/apps/dolphin/servicemenus |
25 |
dolphin_integration.path = /usr/share/apps/dolphin/servicemenus |
26 |
+ dolphin_integration.path = $${INSTALL_PREFIX}/share/apps/dolphin/servicemenus |
|
|
27 |
dolphin_integration.files = doc/$${TARGET}-download.desktop |
26 |
dolphin_integration.files = doc/$${TARGET}-download.desktop |
28 |
- d3lphin_integration.path = /usr/share/apps/d3lphin/servicemenus |
27 |
d3lphin_integration.path = /usr/share/apps/d3lphin/servicemenus |
29 |
+ d3lphin_integration.path = $${INSTALL_PREFIX}/share/apps/d3lphin/servicemenus |
|
|
30 |
d3lphin_integration.files = doc/$${TARGET}-download.desktop |
28 |
d3lphin_integration.files = doc/$${TARGET}-download.desktop |
31 |
- konqueror_integration.path = /usr/share/apps/konqueror/servicemenus |
29 |
- konqueror_integration.path = /usr/share/apps/konqueror/servicemenus |
32 |
+ konqueror_integration.path = $${INSTALL_PREFIX}/share/apps/konqueror/servicemenus |
30 |
+ konqueror_integration.path = $${INSTALL_PREFIX}/share/apps/konqueror/servicemenus |
33 |
konqueror_integration.files = doc/$${TARGET}-download.desktop |
31 |
konqueror_integration.files = doc/$${TARGET}-download.desktop |
34 |
kde4_integration.path = /usr/lib/kde4/share/kde4/services/ServiceMenus |
32 |
- kde4_integration.path = /usr/lib/kde4/share/kde4/services/ServiceMenus |
|
|
33 |
+ kde4_integration.path = $${INSTALL_PREFIX}/kde4/share/kde4/services/ServiceMenus |
35 |
kde4_integration.files = doc/$${TARGET}-download.desktop |
34 |
kde4_integration.files = doc/$${TARGET}-download.desktop |
36 |
INSTALLS = target \ |
35 |
INSTALLS = target \ |
37 |
- doc \ |
36 |
- doc \ |
38 |
man \ |
37 |
man \ |
39 |
icons \ |
38 |
icons \ |
40 |
desktop \ |
39 |
desktop \ |
41 |
dolphin_integration \ |
40 |
- dolphin_integration \ |
42 |
d3lphin_integration \ |
41 |
- d3lphin_integration \ |
43 |
- konqueror_integration \ |
42 |
konqueror_integration \ |
44 |
- kde4_integration |
43 |
kde4_integration |
45 |
+ konqueror_integration |
|
|
46 |
} |
44 |
} |
47 |
win32 { |
|
|
48 |
RC_FILE = win32/qnapi.rc |