mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-04-26 05:34:34 +00:00
added headers to priject
This commit is contained in:
parent
bf4a3107f9
commit
472c89402a
@ -28,7 +28,7 @@ if (NOT QT_VERSION_MAJOR)
|
||||
endif()
|
||||
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Quick QuickControls2 REQUIRED)
|
||||
|
||||
file(GLOB SOURCE_CPP "*.cpp" "*.qrc")
|
||||
file(GLOB SOURCE_CPP "*.cpp" "*.h" "*.qrc")
|
||||
|
||||
add_library(${PROJECT_NAME} ${SOURCE_CPP})
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Quick Qt${QT_VERSION_MAJOR}::QuickControls2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user