aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/double-conversion
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-01-31 23:52:09 +0100
committerLars Knoll <lars.knoll@digia.com>2013-02-01 22:05:54 +0100
commit0689c111cf7286b449dba6c625d477e47d8a0d39 (patch)
tree36278272d96b755680d20b8edf74312aab8f03c4 /src/3rdparty/double-conversion
parent62663f29542c4d5139b68c1b6cf69e1275103980 (diff)
Avoid duplicated feature defines between tools/v4/v4.pro and src/v4/v4.pro
Centralize the macros in v4.pri that's included by both. Change-Id: I1ae2ed3b7b97a4e905d2e4ae563c99c964253bb1 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/3rdparty/double-conversion')
-rw-r--r--src/3rdparty/double-conversion/double-conversion.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/double-conversion/double-conversion.pri b/src/3rdparty/double-conversion/double-conversion.pri
index 8bb37c63e9..4ad5f9f7a7 100644
--- a/src/3rdparty/double-conversion/double-conversion.pri
+++ b/src/3rdparty/double-conversion/double-conversion.pri
@@ -1,4 +1,4 @@
-INCLUDEPATH += $PWD
+INCLUDEPATH += $$PWD
VPATH += $$PWD
SOURCES += $$PWD/*.cc
HEADERS += $$PWD/*.h