mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 07:44:13 +02:00
Try to fix compile with cmake .. -G Ninja -DQT_VERSION_MAJOR=6 -DBUILD_WITH_KF5=OFF -DPACKAGE_TESTS=OFF
This commit is contained in:
@@ -24,7 +24,11 @@ set(QET_COMPONENTS
|
||||
Sql
|
||||
Network
|
||||
Widgets
|
||||
Concurrent)
|
||||
Concurrent
|
||||
GuiPrivate) # Qt6 CMake config only creates the Qt::GuiPrivate target when
|
||||
# "GuiPrivate" is explicitly requested as a component (unlike
|
||||
# Qt5, which created it implicitly via Gui/PrintSupport/Widgets).
|
||||
# Required for QPdfEngine::drawHyperlink (PDF internal links).
|
||||
|
||||
set(QET_PRIVATE_LIBRARIES
|
||||
Qt::PrintSupport
|
||||
|
||||
Reference in New Issue
Block a user