mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-10 11:59:34 +00:00
Build all tools by default.
Change-Id: I68e2844c855c25691a8e1dc1bc772b78fa761949 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
parent
134c88b819
commit
f6a3c926d1
@ -5,26 +5,6 @@ SUBDIRS += \
|
||||
archivegen \
|
||||
binarycreator \
|
||||
repogen \
|
||||
devtool
|
||||
|
||||
EXTRASUBDIRS = \
|
||||
devtool \
|
||||
repocompare \
|
||||
getrepositorycontent
|
||||
|
||||
|
||||
include(../installerfw.pri)
|
||||
|
||||
!isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
|
||||
for(SUBDIR, EXTRASUBDIRS) {
|
||||
mkdir.commands += $$QMAKE_MKDIR $$SUBDIR $${IFW_NEWLINE}
|
||||
}
|
||||
QMAKE_EXTRA_TARGETS += mkdir
|
||||
}
|
||||
|
||||
for(SUBDIR, EXTRASUBDIRS) {
|
||||
tools.commands += cd $$SUBDIR && $(QMAKE) -r $$PWD/$$SUBDIR && $(MAKE) $${IFW_NEWLINE}
|
||||
}
|
||||
!isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
|
||||
tools.depends = mkdir
|
||||
}
|
||||
QMAKE_EXTRA_TARGETS += tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user