mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-12 08:02:00 +02:00
moved install target definitions to res.pro
This commit is contained in:
@@ -55,9 +55,6 @@ unix {
|
|||||||
res_desktop.path = @DATADIR@/applications/
|
res_desktop.path = @DATADIR@/applications/
|
||||||
res_configlets.path = $$res.path/configlets
|
res_configlets.path = $$res.path/configlets
|
||||||
|
|
||||||
INSTALLS += res
|
|
||||||
INSTALLS += res_os
|
|
||||||
INSTALLS += res_platform
|
|
||||||
# INSTALLS += icns
|
# INSTALLS += icns
|
||||||
LIBS += $$LIBS_FWBUILDER @LIBS@
|
LIBS += $$LIBS_FWBUILDER @LIBS@
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,9 @@ res_configlets.files = configlets/*
|
|||||||
|
|
||||||
|
|
||||||
INSTALLS -= target
|
INSTALLS -= target
|
||||||
|
INSTALLS += res
|
||||||
|
INSTALLS += res_os
|
||||||
|
INSTALLS += res_platform
|
||||||
INSTALLS += res_help_en_US
|
INSTALLS += res_help_en_US
|
||||||
INSTALLS += res_configlets
|
INSTALLS += res_configlets
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user