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