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