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.
30 lines
410 B
30 lines
410 B
9 years ago
|
set(PLUGIN "kbindicator")
|
||
|
|
||
|
find_package(KF5GuiAddons REQUIRED)
|
||
|
|
||
|
set(HEADERS
|
||
|
lxqtkbindicator.h
|
||
|
lxqtkbindicatorconfiguration.h
|
||
|
)
|
||
|
|
||
|
set(SOURCES
|
||
|
lxqtkbindicator.cpp
|
||
|
lxqtkbindicatorconfiguration.cpp
|
||
|
)
|
||
|
|
||
|
set(MOCS
|
||
|
lxqtkbindicator.h
|
||
|
lxqtkbindicatorconfiguration.h
|
||
|
)
|
||
|
|
||
|
set(UIS
|
||
|
lxqtkbindicatorconfiguration.ui
|
||
|
)
|
||
|
|
||
|
set(LIBRARIES
|
||
|
${LIBRARIES}
|
||
|
KF5::GuiAddons
|
||
|
)
|
||
|
|
||
|
BUILD_LXQT_PLUGIN(${PLUGIN})
|