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