We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0202bac commit c71eb5dCopy full SHA for c71eb5d
2 files changed
modules/openapi-generator/src/main/resources/cpp-qt-client/CMakeLists.txt.mustache
@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.5)
2
3
project({{{packageName}}})
4
5
+set(CMAKE_AUTOMOC ON)
6
+
7
+find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Network Gui)
8
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Network Gui)
9
10
include(GNUInstallDirs)
samples/client/petstore/cpp-qt/client/CMakeLists.txt
project(CppQtPetstoreClient)
0 commit comments