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.
31 lines
674 B
31 lines
674 B
9 years ago
|
set(PLUGIN "worldclock")
|
||
|
|
||
|
set(HEADERS
|
||
|
lxqtworldclock.h
|
||
|
lxqtworldclockconfiguration.h
|
||
|
lxqtworldclockconfigurationtimezones.h
|
||
|
lxqtworldclockconfigurationmanualformat.h
|
||
|
)
|
||
|
|
||
|
set(SOURCES
|
||
|
lxqtworldclock.cpp
|
||
|
lxqtworldclockconfiguration.cpp
|
||
|
lxqtworldclockconfigurationtimezones.cpp
|
||
|
lxqtworldclockconfigurationmanualformat.cpp
|
||
|
)
|
||
|
|
||
|
set(MOCS
|
||
|
lxqtworldclock.h
|
||
|
lxqtworldclockconfiguration.h
|
||
|
lxqtworldclockconfigurationtimezones.h
|
||
|
lxqtworldclockconfigurationmanualformat.h
|
||
|
)
|
||
|
|
||
|
set(UIS
|
||
|
lxqtworldclockconfiguration.ui
|
||
|
lxqtworldclockconfigurationtimezones.ui
|
||
|
lxqtworldclockconfigurationmanualformat.ui
|
||
|
)
|
||
|
|
||
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|