mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 05:25:43 +08:00
Add find_package to QtAwesome
This commit is contained in:
parent
005a0fa310
commit
ab15dd67d7
@ -1,6 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(QtAwesome)
|
||||
|
||||
find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
|
||||
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Widgets)
|
||||
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
|
||||
add_library(QtAwesome
|
||||
|
Loading…
Reference in New Issue
Block a user