forked from qt-creator/qt-creator
Tweak cmake files
Preparation for integration into super repository. Change-Id: I9e932466a63d4ea4943dae147a0a928918fb6c96 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal 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)
|
||||
|
||||
@@ -7,6 +7,7 @@ if (TARGET QtCreator::LicenseChecker)
|
||||
endif()
|
||||
|
||||
add_qtc_plugin(Axivion
|
||||
BUILD_DEFAULT OFF
|
||||
PLUGIN_DEPENDS
|
||||
QtCreator::Core QtCreator::ProjectExplorer
|
||||
${LICENSECHECKER_DEPENDS}
|
||||
|
||||
Reference in New Issue
Block a user