mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-04-26 13:44:34 +00:00
fix view module on qt creator
This commit is contained in:
parent
92c9c5fb80
commit
d216e9947f
@ -21,6 +21,10 @@ set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
set(QMLNOTYFYSERICE_LIBRARY ON)
|
||||
|
||||
set(QML_IMPORT_PATH "${CMAKE_CURRENT_SOURCE_DIR}" CACHE STRING "Qt Creator extra qml import paths")
|
||||
|
||||
find_package(Qt5 COMPONENTS Core Quick REQUIRED)
|
||||
|
||||
file(GLOB SOURCE_CPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user