mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 20:57:29 +01:00
cleanup
removed target "icns" from src/res
This commit is contained in:
parent
68e6a0a2a9
commit
aa4d7bbe74
@ -19,18 +19,17 @@ win32 {
|
||||
QMAKE_LINK = @echo > /dev/null
|
||||
}
|
||||
|
||||
TARGET = res
|
||||
TARGET = res
|
||||
|
||||
win32:target.path = $$PREFIX/
|
||||
unix:target.path = $$PREFIX/share/fwbuilder/
|
||||
macx:target.path = $$PREFIX/
|
||||
win32:target.path = $$PREFIX/
|
||||
unix:target.path = $$PREFIX/share/fwbuilder/
|
||||
macx:target.path = $$PREFIX/
|
||||
|
||||
res.files = objects_init.xml templates.xml resources.xml
|
||||
res_os.files = os/*.xml
|
||||
res_platform.files = platform/*.xml
|
||||
res.files = objects_init.xml templates.xml resources.xml
|
||||
res_os.files = os/*.xml
|
||||
res_platform.files = platform/*.xml
|
||||
|
||||
INSTALLS -= target
|
||||
INSTALLS += res
|
||||
INSTALLS += res_os
|
||||
INSTALLS += res_platform
|
||||
INSTALLS += icns
|
||||
INSTALLS -= target
|
||||
INSTALLS += res
|
||||
INSTALLS += res_os
|
||||
INSTALLS += res_platform
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user