mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-04-27 06:04:33 +00:00
simple fix
This commit is contained in:
parent
aa6ca7cca6
commit
bf9a6e2ee2
@ -27,9 +27,7 @@ set(QML_IMPORT_PATH "${CMAKE_CURRENT_SOURCE_DIR}" CACHE STRING "Qt Creator extra
|
||||
|
||||
find_package(Qt5 COMPONENTS Core Quick REQUIRED)
|
||||
|
||||
file(GLOB SOURCE_CPP
|
||||
"*.cpp" "*.qrc"
|
||||
)
|
||||
file(GLOB SOURCE_CPP "*.cpp" "*.qrc")
|
||||
|
||||
add_library(${PROJECT_NAME} SHARED ${SOURCE_CPP})
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC Qt5::Core Qt5::Quick)
|
||||
|
Loading…
x
Reference in New Issue
Block a user