summaryrefslogtreecommitdiffstats
path: root/src/charts/xychart
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-18 12:47:37 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-19 18:49:47 +0000
commit4c015da23a8e8e4fd5316d1f34480a095b9dd752 (patch)
treeb36b9870fe5fcc1f92459dc5e402af431c582afd /src/charts/xychart
parentb0b6ace77823df7ae32dbd2cd2e97eabf3475763 (diff)
clean up INCLUDEPATH handling
in the c++ module, the .pri files add their directories, so there is no point in a centralized common.pri doing it again. the qml plugin doesn't need to add any paths from the c++ module explicitly, as the QT+=charts-private implies that already. Change-Id: I263dd702e9874e4d6188ca7251a482d0df4e570b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Diffstat (limited to 'src/charts/xychart')
-rw-r--r--src/charts/xychart/xychart.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/xychart/xychart.pri b/src/charts/xychart/xychart.pri
index b12c33a1..e314faa7 100644
--- a/src/charts/xychart/xychart.pri
+++ b/src/charts/xychart/xychart.pri
@@ -1,4 +1,4 @@
-#INCLUDEPATH += $$PWD
+INCLUDEPATH += $$PWD
SOURCES += \
$$PWD/xychart.cpp \