summaryrefslogtreecommitdiffstats
path: root/common.pri
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-05-11 10:56:14 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2010-05-11 10:56:14 +0200
commitfcd2dd6b18a65b1a8a39491f8a4cde7db4dd92f1 (patch)
tree7d21a8b298d6d9a5ca51eca7e1f812fa6ccd0de8 /common.pri
parent21c56a90510984e79a00d92406687f27f76e054b (diff)
Initial Simulator Mobility changeset for 1.0.
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pri b/common.pri
index 1caff484bb..9519dd9fbb 100644
--- a/common.pri
+++ b/common.pri
@@ -39,7 +39,7 @@ mac {
#one version but not the other we slently disable the impossible combination
win32:contains(CONFIG_WIN32,build_all) {
contains(QT_CONFIG,debug):contains(QT_CONFIG,release) {
- contains(TEMPLATE,.*lib):!plugin {
+ contains(TEMPLATE,.*lib) {
CONFIG += $$WAS_IN_DEBUG
CONFIG += debug_and_release build_all
}