summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedpointer/externaltests.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-03-30 15:33:13 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2010-03-30 15:33:13 +0200
commitf39a71a6c44e5011a169dfa6840a33a9b5075c77 (patch)
tree758d82bf9349e95ed1c1bca051cd3d94805d023b /tests/auto/qsharedpointer/externaltests.h
parentc45ce66ce417718e09de276bfdb663aa5e9fe366 (diff)
Autotest: don't allow choosing between debug/release mode.
You can't build for debug mode on Windows if Qt wasn't built in debug mode. So force the selection to be exactly what Qt was built. Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qsharedpointer/externaltests.h')
-rw-r--r--tests/auto/qsharedpointer/externaltests.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qsharedpointer/externaltests.h b/tests/auto/qsharedpointer/externaltests.h
index 5e79a7d47c..1170cd54a8 100644
--- a/tests/auto/qsharedpointer/externaltests.h
+++ b/tests/auto/qsharedpointer/externaltests.h
@@ -91,9 +91,6 @@ namespace QTest {
QApplicationGuiServer
};
- bool isDebugMode() const;
- void setDebugMode(bool enable);
-
QList<QByteArray> qmakeSettings() const;
void setQmakeSettings(const QList<QByteArray> &settings);