Tweak cmake files

Preparation for integration into super repository.

Change-Id: I9e932466a63d4ea4943dae147a0a928918fb6c96
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2022-11-30 12:05:53 +01:00
parent 433a7c4c7e
commit bba09b7152
2 changed files with 12 additions and 0 deletions

11
CMakeLists.txt Normal file
View File

@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.16)
project(Axivion)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_CXX_STANDARD 17)
add_subdirectory(plugins/axivion)

View File

@@ -7,6 +7,7 @@ if (TARGET QtCreator::LicenseChecker)
endif()
add_qtc_plugin(Axivion
BUILD_DEFAULT OFF
PLUGIN_DEPENDS
QtCreator::Core QtCreator::ProjectExplorer
${LICENSECHECKER_DEPENDS}