mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 08:02:00 +02:00
refs #1000 trying to make .pro files package configlets correctly
This commit is contained in:
+4
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user