qt-defs.mk: Define QT_MODULES list via ?=

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-04-24 12:52:10 +00:00
commit 2f35cef064

View file

@ -67,7 +67,7 @@ CPPFLAGS += -DQT_THREAD_SUPPORT
#Qt5Designer \ #Qt5Designer \
ifeq ($(QT_MAJOR_VERSION),5) ifeq ($(QT_MAJOR_VERSION),5)
QT_MODULES = \ QT_MODULES ?= \
Qt5Concurrent \ Qt5Concurrent \
Qt5Core \ Qt5Core \
Qt5DBus \ Qt5DBus \
@ -95,7 +95,7 @@ QT_MODULES = \
Qt5XmlPatterns \ Qt5XmlPatterns \
Qt5Xml Qt5Xml
else else
QT_MODULES = \ QT_MODULES ?= \
Qt3Support \ Qt3Support \
QtCLucene \ QtCLucene \
QtCore \ QtCore \