You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lxqt-panel-packaging/plugin-worldclock/CMakeLists.txt

24 lines
518 B

set(PLUGIN "worldclock")
set(HEADERS
lxqtworldclock.h
lxqtworldclockconfiguration.h
lxqtworldclockconfigurationtimezones.h
lxqtworldclockconfigurationmanualformat.h
)
set(SOURCES
lxqtworldclock.cpp
lxqtworldclockconfiguration.cpp
lxqtworldclockconfigurationtimezones.cpp
lxqtworldclockconfigurationmanualformat.cpp
)
set(UIS
lxqtworldclockconfiguration.ui
lxqtworldclockconfigurationtimezones.ui
lxqtworldclockconfigurationmanualformat.ui
)
BUILD_LXQT_PLUGIN(${PLUGIN})