[kcmkwin/kwindecoration] Exclude buttons.cpp and configdialog.cpp from build
With that we should not have anything pulling in kdecoration.h
This commit is contained in:
parent
d81e5697bf
commit
0646c58fe2
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ add_subdirectory(declarative-plugin)
|
|||
|
||||
set(kcm_kwindecoration_PART_SRCS
|
||||
kcm.cpp
|
||||
buttons.cpp
|
||||
# buttons.cpp
|
||||
# buttonsconfigdialog.cpp
|
||||
configdialog.cpp
|
||||
# configdialog.cpp
|
||||
decorationmodel.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue