repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git]
/
runtime
/
kstyles
/
light
/
CMakeLists.txt
blob
7cb26eb5416fac88d8db75555501164b6df9372d
1
2
project(kstyle-light)
3
add_definitions(-DQT_PLUGIN -DQT3_SUPPORT )
4
5
set(light_PART_SRCS
6
light.cpp
7
lightstyle-v2.cpp
8
lightstyle-v3.cpp
9
)
10
11
kde4_add_plugin(light ${light_PART_SRCS})
12
target_link_libraries(light ${KDE4_KDECORE_LIBS} )
13
install(TARGETS light DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles )