Remove qmake project files

Task-number: QTBUG-88742
Change-Id: I155ad8d2d37a37b71851d95028bd0a26e2d034a9
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
This commit is contained in:
Joerg Bornemann 2021-04-29 17:08:27 +02:00
parent d19e191f99
commit 1054447ba0
33 changed files with 0 additions and 387 deletions

View File

@ -1,9 +0,0 @@
requires(qtHaveModule(widgets))
# We need opengl, minimum es2 or desktop
requires(contains(QT_CONFIG, opengl))
requires(!contains(QT_CONFIG, opengles1))
load(qt_parts)
OTHER_FILES += README dist/* .qmake.conf

View File

@ -1,25 +0,0 @@
TARGET = QtDataVisualization
QT += core gui opengl
osx: QT += gui-private
QMAKE_DOCS = $$PWD/doc/qtdatavis3d.qdocconf
QMAKE_TARGET_PRODUCT = "Qt Data Visualization (Qt $$QT_VERSION)"
QMAKE_TARGET_DESCRIPTION = "3D Data Visualization component for Qt."
include($$PWD/global/global.pri)
include($$PWD/engine/engine.pri)
include($$PWD/utils/utils.pri)
include($$PWD/theme/theme.pri)
include($$PWD/axis/axis.pri)
include($$PWD/data/data.pri)
include($$PWD/input/input.pri)
OTHER_FILES += doc/qtdatavis3d.qdocconf \
doc/src/* \
doc/images/* \
doc/snippets/* \
global/*.qdoc
load(qt_module)

View File

@ -1,55 +0,0 @@
TARGET = datavisualizationqml2
CXX_MODULE = datavisualization
QT += opengl qml quick datavisualization
osx: QT += gui-private
TARGETPATH = QtDataVisualization
include($$PWD/designer/designer.pri)
INCLUDEPATH += ../../include \
../../include/QtDataVisualization \
../datavisualization/engine \
../datavisualization/global \
../datavisualization/data \
../datavisualization/theme \
../datavisualization/axis \
../datavisualization/input
SOURCES += \
datavisualizationqml2_plugin.cpp \
declarativebars.cpp \
declarativescatter.cpp \
declarativesurface.cpp \
abstractdeclarative.cpp \
colorgradient.cpp \
declarativeseries.cpp \
declarativetheme.cpp \
declarativecolor.cpp \
declarativescene.cpp \
declarativerendernode.cpp \
glstatestore.cpp \
enumtostringmap.cpp
HEADERS += \
datavisualizationqml2_plugin.h \
declarativebars_p.h \
declarativescatter_p.h \
declarativesurface_p.h \
abstractdeclarative_p.h \
colorgradient_p.h \
declarativeseries_p.h \
declarativetheme_p.h \
declarativecolor_p.h \
declarativescene_p.h \
declarativerendernode_p.h \
glstatestore_p.h \
enumtostringmap_p.h
IMPORT_VERSION = 1.$$QT_MINOR_VERSION
QMAKE_QMLPLUGINDUMP_FLAGS += -defaultplatform
load(qml_plugin)
win32 {
QMAKE_TARGET_PRODUCT = "Qt Data Visualization (Qt $$QT_VERSION)"
QMAKE_TARGET_DESCRIPTION = "3D Data Visualization QML plugin for Qt."
}

View File

@ -1,5 +0,0 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += datavisualization
qtHaveModule(quick): SUBDIRS += datavisualizationqml2

View File

@ -1,10 +0,0 @@
TEMPLATE = subdirs
!android: SUBDIRS += cpptest
qtHaveModule(quick): SUBDIRS += qmltest
installed_cmake.depends = cmake
# OpenGL support is needed for all qmltests but it's not available on boot2qt
boot2qt: SUBDIRS -= qmltest

View File

@ -1,26 +0,0 @@
TEMPLATE = subdirs
SUBDIRS = q3dbars \
q3dbars-proxy \
q3dbars-modelproxy \
q3dbars-series \
q3dscatter \
q3dscatter-proxy \
q3dscatter-modelproxy \
q3dscatter-series \
q3dsurface \
q3dsurface-proxy \
q3dsurface-modelproxy \
q3dsurface-heightproxy \
q3dsurface-series \
q3daxis-category \
q3daxis-logvalue \
q3daxis-value \
q3dscene \
q3dscene-camera \
q3dscene-light \
q3dtheme \
q3dinput \
q3dinput-touch \
q3dcustom \
q3dcustom-label \
q3dcustom-volume

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_axis.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_axis.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_axis.cpp

View File

@ -1,9 +0,0 @@
include(../common/cpptestutil.pri)
QT += testlib datavisualization widgets
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_proxy.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_proxy.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_series.cpp

View File

@ -1,10 +0,0 @@
include(../common/cpptestutil.pri)
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_bars.cpp

View File

@ -1,9 +0,0 @@
include(../common/cpptestutil.pri)
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_custom.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_custom.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_custom.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_input.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_input.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization widgets
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_proxy.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_proxy.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_series.cpp

View File

@ -1,9 +0,0 @@
include(../common/cpptestutil.pri)
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_scatter.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_camera.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_light.cpp

View File

@ -1,9 +0,0 @@
include(../common/cpptestutil.pri)
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_scene.cpp

View File

@ -1,11 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_proxy.cpp
RESOURCES += \
q3dsurface-heightproxy.qrc

View File

@ -1,9 +0,0 @@
include(../common/cpptestutil.pri)
QT += testlib datavisualization widgets
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_proxy.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_proxy.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_series.cpp

View File

@ -1,9 +0,0 @@
include(../common/cpptestutil.pri)
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_surface.cpp

View File

@ -1,8 +0,0 @@
QT += testlib datavisualization
TARGET = tst_cpptest
CONFIG += console testcase
TEMPLATE = app
SOURCES += tst_theme.cpp

View File

@ -1,35 +0,0 @@
TEMPLATE = app
TARGET = tst_qmltest
CONFIG += qmltestcase
CONFIG += console
SOURCES += tst_qmltest.cpp
OTHER_FILES += bars3d/tst_basic.qml \
bars3d/tst_bars.qml \
bars3d/tst_barseries.qml \
bars3d/tst_proxy.qml \
scatter3d/tst_basic.qml \
scatter3d/tst_scatter.qml \
scatter3d/tst_scatterseries.qml \
scatter3d/tst_proxy.qml \
surface3d/tst_basic.qml \
surface3d/tst_surface.qml \
surface3d/tst_surfaceseries.qml \
surface3d/tst_proxy.qml \
surface3d/tst_heightproxy.qml \
theme3d/tst_theme.qml \
theme3d/tst_colorgradient.qml \
theme3d/tst_themecolor.qml \
custom3d/tst_customitem.qml \
custom3d/tst_customlabel.qml \
custom3d/tst_customvolume.qml \
scene3d/tst_scene.qml \
scene3d/tst_camera.qml \
scene3d/tst_light.qml \
input3d/tst_input.qml \
input3d/tst_touch.qml \
axis3d/tst_category.qml \
axis3d/tst_value.qml \
axis3d/tst_logvalue.qml \
RESOURCES += \
qmltest.qrc

View File

@ -1,11 +0,0 @@
!contains(QT_CONFIG, opengl) {
error(Tests requires OpenGL!)
}
contains(QT_CONFIG, opengles1) {
error(Tests do not support OpenGL ES 1!)
}
TEMPLATE = subdirs
SUBDIRS += auto
exists(manual): SUBDIRS += manual