aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotestunittests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/autotestunittests.h')
-rw-r--r--src/plugins/autotest/autotestunittests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/autotest/autotestunittests.h b/src/plugins/autotest/autotestunittests.h
index 0007875a3e..0c43432a5b 100644
--- a/src/plugins/autotest/autotestunittests.h
+++ b/src/plugins/autotest/autotestunittests.h
@@ -28,6 +28,7 @@
#include <QObject>
namespace CppTools { namespace Tests { class TemporaryCopiedDir; } }
+namespace ProjectExplorer { class Kit; }
namespace Autotest {
@@ -60,6 +61,7 @@ private:
CppTools::Tests::TemporaryCopiedDir *m_tmpDir = nullptr;
bool m_isQt4 = false;
bool m_checkBoost = false;
+ ProjectExplorer::Kit *m_kit = nullptr;
};
} // namespace Internal