mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kio: bootstrap build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e722b26ea5
commit
aa0cca8b8d
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,8 @@ include_directories(
|
|||
${KDE4_KDECORE_INCLUDES}
|
||||
${CMAKE_SOURCE_DIR}/kutils/kpasswdstore
|
||||
${CMAKE_BINARY_DIR}/kutils/kpasswdstore
|
||||
${CMAKE_SOURCE_DIR}/kutils/kexiv2
|
||||
${CMAKE_BINARY_DIR}/kutils/kexiv2
|
||||
)
|
||||
|
||||
add_subdirectory(misc)
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <kmimetype.h>
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QDateTime>
|
||||
#include <QStringList>
|
||||
|
||||
static const KFileMetaInfoItem nullitem;
|
||||
|
|
Loading…
Add table
Reference in a new issue