1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 20:57:29 +01:00
removed target "icns" from src/res
This commit is contained in:
SVN User 2008-07-19 23:12:44 +00:00
parent 68e6a0a2a9
commit aa4d7bbe74
2 changed files with 12 additions and 13 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 393
#define BUILD_NUM 394

View File

@ -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