Skip to content
Snippets Groups Projects
Commit 2f203ea6 authored by hjk's avatar hjk
Browse files

cmakeprojectmanager: compile fix for namespaced Qt

parent 5b3b7658
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,9 @@ ...@@ -37,7 +37,9 @@
#include <projectexplorer/buildstep.h> #include <projectexplorer/buildstep.h>
#include <projectexplorer/abstractprocessstep.h> #include <projectexplorer/abstractprocessstep.h>
QT_BEGIN_NAMESPACE
class QLineEdit; class QLineEdit;
QT_END_NAMESPACE
namespace CMakeProjectManager { namespace CMakeProjectManager {
namespace Internal { namespace Internal {
......
...@@ -36,9 +36,11 @@ ...@@ -36,9 +36,11 @@
#include <projectexplorer/abstractprocessstep.h> #include <projectexplorer/abstractprocessstep.h>
QT_BEGIN_NAMESPACE
class QLineEdit; class QLineEdit;
class QListWidget; class QListWidget;
class QListWidgetItem; class QListWidgetItem;
QT_END_NAMESPACE
namespace CMakeProjectManager { namespace CMakeProjectManager {
namespace Internal { namespace Internal {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment