summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap/bootstrap.pri
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-05-30 13:03:56 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-28 06:21:52 +0200
commit7395e6abc6bdea324acf178919500bf377073455 (patch)
treeb36804666e8960a0f3760a854bf7b81140fa3078 /src/tools/bootstrap/bootstrap.pri
parent96166fa56abb52157387c4911efbd4e5e6beee93 (diff)
Clean up the use of QT_NODLL
QT_NODLL is replaced by QT_STATIC, but the latter is implied if QT_BOOTSTRAPPED is already defined. Therefore, simply remove the QT_NODLL definitions. Change-Id: Iac7ec0b494b7a78197c25d59547f45eaf92d7465 Reviewed-by: Mark Brand <mabrand@mabrand.nl> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/tools/bootstrap/bootstrap.pri')
-rw-r--r--src/tools/bootstrap/bootstrap.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/bootstrap/bootstrap.pri b/src/tools/bootstrap/bootstrap.pri
index 5ea10d0e46..6b8ed2b96e 100644
--- a/src/tools/bootstrap/bootstrap.pri
+++ b/src/tools/bootstrap/bootstrap.pri
@@ -23,8 +23,6 @@ DEFINES += \
QT_NO_USING_NAMESPACE \
QT_NO_DEPRECATED
-win32:DEFINES += QT_NODLL
-
INCLUDEPATH += $$QT_BUILD_TREE/include \
$$QT_BUILD_TREE/include/QtCore \
$$QT_BUILD_TREE/include/QtCore/$$QT_VERSION \