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