Added CMakeLists.txt
This commit is contained in:
13
CMakeLists.txt
Normal file
13
CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
set(HEADERS
|
||||||
|
reportsplugin.h
|
||||||
|
reportswidget.h
|
||||||
|
)
|
||||||
|
|
||||||
|
set(SOURCES
|
||||||
|
reportsplugin.cpp
|
||||||
|
reportswidget.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
add_library(reportsplugin SHARED ${HEADERS} ${SOURCES})
|
||||||
|
|
||||||
|
target_link_libraries(reportsplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib)
|
Reference in New Issue
Block a user