diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-03-25 13:28:43 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-04-04 13:44:07 +0200 |
commit | 5af78c7c420afebee05535130b059aa2809258b2 (patch) | |
tree | 6d1db4fd4f98df186cb97dfcd72f75a6374ac3fb /sources/pyside6/PySide6/QtGraphs | |
parent | f89113e21645b5076d47b656140f0ceecf35fa09 (diff) |
Build system: Clean Qt libraries linked by the modules
Only the bound Qt library needs to be linked, it will bring its
dependencies.
Add explanatory comment for the exceptions (QtTest, QtSql).
Pick-to: 6.7
Task-number: PYSIDE-2649
Change-Id: Ib84d37248578a76400d307bb5d050005110677c3
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/PySide6/QtGraphs')
-rw-r--r-- | sources/pyside6/PySide6/QtGraphs/CMakeLists.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt b/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt index 96977e874..d8acb772f 100644 --- a/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt +++ b/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt @@ -80,16 +80,7 @@ set(QtGraphs_include_dirs ${QtGraphs_SOURCE_DIR} ${QtQuick3D_GEN_DIR}) set(QtGraphs_libraries pyside6 - ${Qt${QT_MAJOR_VERSION}Graphs_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}Core_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}Network_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}Gui_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}Widgets_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}Qml_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}OpenGL_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}Quick_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}QuickWidgets_LIBRARIES} - ${Qt${QT_MAJOR_VERSION}Quick3D_LIBRARIES}) + ${Qt${QT_MAJOR_VERSION}Graphs_LIBRARIES}) set(QtGraphs_deps QtCore QtNetwork QtGui QtWidgets QtQml QtOpenGL QtQuick QtQuickWidgets QtQuick3D) |