refs #1000 trying to make .pro files package configlets correctly

This commit is contained in:
Vadim Kurland
2009-12-24 00:07:59 +00:00
parent f33879142d
commit b8c0ac59ae
3 changed files with 9 additions and 24 deletions
+4 -7
View File
@@ -50,14 +50,11 @@ unix {
datadir.path = @DATADIR@
res.path = @RES_DIR@
res_os.path = @RES_DIR@/os/
res_platform.path = @RES_DIR@/platform/
res_os.path = $$res.path/os/
res_platform.path = $$res.path/platform/
res_help_C.path = $$res.path/help/C
res_help_en_US.path = $$res.path/help/en_US
res_desktop.path = @DATADIR@/applications/
res_help_C.path = @RES_DIR@/help/C
res_help_en_US.path = @RES_DIR@/help/en_US
res_configlets_linux24.path = @RES_DIR@/configlets/linux24
res_configlets_ipcop.path = @RES_DIR@/configlets/ipcop
res_configlets_sveasoft.path = @RES_DIR@/configlets/sveasoft
INSTALLS += res
INSTALLS += res_os