aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigdata.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2017-02-04 18:46:24 +0100
committerDavid Faure <faure@kde.org>2017-02-04 18:46:24 +0100
commit3cb4c615990b52d40564281a862b4e5a19fc7a1c (patch)
treeafe57b95745bee78db23e1facf55904b43ac2e2f /src/core/kconfigdata.h
parent36e17c3d1c6a2b6af6cb7bb7330cb34b459b25fd (diff)
downloadkconfig-3cb4c615990b52d40564281a862b4e5a19fc7a1c.tar.gz
kconfig-3cb4c615990b52d40564281a862b4e5a19fc7a1c.tar.bz2
Fix linking on Windows: don't link kentrymaptest to KConfigCore.
It's not needed, this is purely a test for the standalone KEntryMap class.
Diffstat (limited to 'src/core/kconfigdata.h')
-rw-r--r--src/core/kconfigdata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/kconfigdata.h b/src/core/kconfigdata.h
index a2430169..e33cfd27 100644
--- a/src/core/kconfigdata.h
+++ b/src/core/kconfigdata.h
@@ -23,8 +23,6 @@
#ifndef KCONFIGDATA_H
#define KCONFIGDATA_H
-#include <kconfigcore_export.h>
-
#include <QtCore/QByteArray>
#include <QtCore/QString>
#include <QtCore/QMap>