2019-03-20 12:41:37 +00:00
|
|
|
# Generated from styleplugin.pro.
|
|
|
|
|
2019-06-04 15:08:47 +00:00
|
|
|
# special case begin
|
|
|
|
cmake_minimum_required(VERSION 3.14)
|
|
|
|
project(styleplugin LANGUAGES CXX)
|
|
|
|
|
|
|
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
|
|
|
|
|
|
set(CMAKE_AUTOMOC ON)
|
|
|
|
set(CMAKE_AUTORCC ON)
|
|
|
|
set(CMAKE_AUTOUIC ON)
|
|
|
|
|
|
|
|
set(INSTALL_EXAMPLEDIR "examples")
|
|
|
|
|
2019-06-14 10:59:07 +00:00
|
|
|
find_package(Qt6 COMPONENTS Widgets)
|
2019-06-04 15:08:47 +00:00
|
|
|
# special case end
|
|
|
|
|
2019-03-20 12:41:37 +00:00
|
|
|
add_subdirectory(stylewindow)
|
|
|
|
add_subdirectory(plugin)
|