Fixed include when building without tests

This commit is contained in:
Thorbjørn Lindeijer
2009-01-20 09:32:59 +01:00
parent d1dac15cc5
commit ac6419f0d7

View File

@@ -48,6 +48,7 @@
#include "profilereader.h"
#include "gdbmacrosbuildstep.h"
#include <extensionsystem/pluginmanager.h>
#include <projectexplorer/buildmanager.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>
@@ -64,7 +65,6 @@
#ifdef WITH_TESTS
#include <QTest>
#include <extensionsystem/pluginmanager.h>
#endif
using namespace Qt4ProjectManager::Internal;