aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-06 16:39:07 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-06 20:25:20 +0200
commite47689449d4831fc54d2f6b1b47c376e1e8abec1 (patch)
tree990203e96dce0936ca4132363856b796a37c1489 /qtcreator.pro
parent5562f71df6fbc27307cf65d114c59f5b29ce0ad9 (diff)
fix shadow build detection
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index 7480776c2e..eb58db0d52 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -4,10 +4,11 @@ contains(QT_VERSION, ^4\.[0-4]\..*) {
error("Use at least Qt 4.5.")
}
+include(qtcreator.pri)
include(doc/doc.pri)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src share
-unix:!macx:!equals(_PRO_FILE_PWD_, $$OUT_PWD):SUBDIRS += bin
+unix:!macx:!isEmpty(copydata):SUBDIRS += bin