mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: minor fixes for build against katie
This commit is contained in:
parent
840c8a25cc
commit
aac583ddd2
2 changed files with 5 additions and 1 deletions
|
@ -223,7 +223,10 @@ macro_optional_add_subdirectory(kstyles)
|
|||
|
||||
# imported from kde-runtime and other sub-projects
|
||||
macro_optional_add_subdirectory(kdesu)
|
||||
macro_optional_add_subdirectory(phonon)
|
||||
# XXX: katie and phonon do not play well yet
|
||||
if (NOT KATIE_FOUND)
|
||||
macro_optional_add_subdirectory(phonon)
|
||||
endif()
|
||||
macro_optional_add_subdirectory(menu)
|
||||
macro_optional_add_subdirectory(kwalletd)
|
||||
macro_optional_add_subdirectory(kwalletmanager)
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "knetattach.h"
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtCore/qtextcodec.h>
|
||||
|
||||
#include <KIO/NetAccess>
|
||||
#include <KMessageBox>
|
||||
|
|
Loading…
Add table
Reference in a new issue