aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qmltest/qmltest.pro2
-rw-r--r--tools/qmlprofiler/qmlprofiler.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro
index b1c99d2739..6df36d20cb 100644
--- a/src/qmltest/qmltest.pro
+++ b/src/qmltest/qmltest.pro
@@ -4,7 +4,7 @@ TARGET = QtQuickTest
QPRO_PWD = $$PWD
CONFIG += module
-CONFIG += dll warn_on declarative_debug
+CONFIG += dll warn_on
MODULE_PRI += ../../modules/qt_qmltest.pri
QT += testlib testlib-private qml quick gui
diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro
index 60c2e7086b..b90554455f 100644
--- a/tools/qmlprofiler/qmlprofiler.pro
+++ b/tools/qmlprofiler/qmlprofiler.pro
@@ -9,7 +9,7 @@ INSTALLS += target
macx: CONFIG -= app_bundle
-CONFIG += console declarative_debug
+CONFIG += console
SOURCES += main.cpp \
qmlprofilerapplication.cpp \