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