4
0
mirror of https://github.com/QuasarApp/Patronum.git synced 2025-05-11 06:29:35 +00:00

add headers to priject

This commit is contained in:
Andrei Yankovich 2022-01-18 23:56:40 +03:00
parent d34f23b08a
commit 3d2bdc1093
2 changed files with 5 additions and 0 deletions

@ -27,6 +27,10 @@ add_definitions(-DPATRONUM_LIBRARY)
file(GLOB SOURCE_CPP
"src/*.cpp"
"src/Private/*.cpp"
"src/*.h"
"src/Private/*.h"
"src/Private/*.qrc"

@ -19,6 +19,7 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Core Test REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Test REQUIRED)
file(GLOB SOURCE_CPP
"*.h"
"*.cpp"
)