mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-05-03 08:49:37 +00:00
fix qml path
This commit is contained in:
parent
099a83ccf6
commit
cdeab90d82
@ -21,7 +21,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_definitions(-DQMLNOTYFYSERICE_LIBRARY)
|
||||
|
||||
set(QML_IMPORT_PATH "${CMAKE_CURRENT_SOURCE_DIR}" CACHE STRING "Qt Creator extra qml import paths")
|
||||
set(QML_IMPORT_PATH ${QML_IMPORT_PATH} "${CMAKE_CURRENT_SOURCE_DIR}" CACHE STRING "" FORCE)
|
||||
|
||||
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Quick REQUIRED)
|
||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Quick REQUIRED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user