summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-04-24 09:29:31 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-11-05 13:12:35 +0100
commit36c9c74023edb39d6ab64fb0d6c789575cdccdbd (patch)
tree83f5a69b48908ad5c638b9f0f32f131227a93d9c /tests/auto
parent08bd743422f89bfd507c0b56ea8c91d6953c346e (diff)
Add configure system
Adds configure system to charts. Make basic types as configure features. By default build all types. Change-Id: I00992555de377589cb522d471ad81f30499f93f3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/chartdataset/chartdataset.pro2
-rw-r--r--tests/auto/domain/domain.pro2
-rw-r--r--tests/auto/domain/tst_domain.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/chartdataset/chartdataset.pro b/tests/auto/chartdataset/chartdataset.pro
index 754f3e9b..d5c18732 100644
--- a/tests/auto/chartdataset/chartdataset.pro
+++ b/tests/auto/chartdataset/chartdataset.pro
@@ -2,7 +2,7 @@
error( "Couldn't find the auto.pri file!" )
}
-QT += charts-private
+QT += charts-private core-private
contains(QT_COORD_TYPE, float): DEFINES += QT_QREAL_IS_FLOAT
SOURCES += tst_chartdataset.cpp
diff --git a/tests/auto/domain/domain.pro b/tests/auto/domain/domain.pro
index f0e90136..4eebe20e 100644
--- a/tests/auto/domain/domain.pro
+++ b/tests/auto/domain/domain.pro
@@ -2,6 +2,6 @@
error( "Couldn't find the auto.pri file!" )
}
-QT += charts-private
+QT += charts-private core-private
SOURCES += tst_domain.cpp
diff --git a/tests/auto/domain/tst_domain.cpp b/tests/auto/domain/tst_domain.cpp
index 44497940..14c769f1 100644
--- a/tests/auto/domain/tst_domain.cpp
+++ b/tests/auto/domain/tst_domain.cpp
@@ -27,8 +27,8 @@
**
****************************************************************************/
#include <QtTest/QtTest>
-#include <private/xydomain_p.h>
-#include <private/qabstractaxis_p.h>
+#include <QtCharts/private/xydomain_p.h>
+#include <QtCharts/private/qabstractaxis_p.h>
#include <tst_definitions.h>
QT_CHARTS_USE_NAMESPACE