Upgrade QtCreator to 14.0.2

Add no print support

Test disabling qt6 print component

Clean unnecessary code

Add library
This commit is contained in:
Petr Mironychev
2024-10-03 15:30:16 +02:00
parent 1649a246e1
commit 1760a2d5ff
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
find_package(QtCreator REQUIRED COMPONENTS Core)
find_package(Qt6 COMPONENTS Widgets REQUIRED)
find_package(Qt6 COMPONENTS Core Gui Widgets Network REQUIRED)
add_qtc_plugin(QodeAssist
PLUGIN_DEPENDS