mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
libkcddb: fix bootstrap build
This commit is contained in:
parent
f6b21ddf2b
commit
8bbda43b49
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@ include_directories(
|
|||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${QT_INCLUDES}
|
||||
${KDE4_INCLUDES}
|
||||
${KDE4_KDECORE_INCLUDES}
|
||||
${KDE4_KDEUI_INCLUDES}
|
||||
${KDE4_KIO_INCLUDES}
|
||||
)
|
||||
|
||||
macro_optional_find_package(MusicBrainz5)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <libkcddb/cdinfo.h>
|
||||
#include <libkcddb/kcddb.h>
|
||||
|
||||
#include <KDE/KDialog>
|
||||
#include <kdialog.h>
|
||||
|
||||
class QStandardItemModel;
|
||||
class QModelIndex;
|
||||
|
|
Loading…
Add table
Reference in a new issue