summaryrefslogtreecommitdiffstats
path: root/src/gui/util/util.pri
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2013-11-28 14:41:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-09 16:22:38 +0100
commit3be88bf778487d6fc3fdb80cee1ae43459ded0e2 (patch)
tree37d152192c2644b749b4efefef7633324a1e0aa7 /src/gui/util/util.pri
parent89277e10682c76403321968af2dbe3f6e44409c8 (diff)
Move QGridLayoutEngine to QtGui module
For MacOS 10.6 the exported symbols must be the same regardless of debug/release configuration, because for debug builds it will by default link to a release library. We therefore cannot let some exported symbols depend on if QT_DEBUG is defined or not. We therefore introduce QGRIDLAYOUTENGINE_DEBUG, which is independent of debug/release configuration. The whole dump() function concept should probably be revisited, but I don't want to clutter this commit too much with such unrelated things. Change-Id: I7086f31e2c36fe22ce9c9a3eda37ea25302459a9 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/gui/util/util.pri')
-rw-r--r--src/gui/util/util.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/util/util.pri b/src/gui/util/util.pri
index 96027dd954..79c83599b9 100644
--- a/src/gui/util/util.pri
+++ b/src/gui/util/util.pri
@@ -4,11 +4,13 @@ HEADERS += \
util/qdesktopservices.h \
util/qhexstring_p.h \
util/qvalidator.h \
+ util/qgridlayoutengine_p.h \
util/qabstractlayoutstyleinfo_p.h \
util/qlayoutpolicy_p.h
SOURCES += \
util/qdesktopservices.cpp \
util/qvalidator.cpp \
+ util/qgridlayoutengine.cpp \
util/qabstractlayoutstyleinfo.cpp \
util/qlayoutpolicy.cpp