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:
parent
d34f23b08a
commit
3d2bdc1093
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user