aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandlineparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qbs/parser/commandlineparser.h')
-rw-r--r--src/app/qbs/parser/commandlineparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/qbs/parser/commandlineparser.h b/src/app/qbs/parser/commandlineparser.h
index dd9c30f42..da9bce31d 100644
--- a/src/app/qbs/parser/commandlineparser.h
+++ b/src/app/qbs/parser/commandlineparser.h
@@ -41,8 +41,8 @@
#include "commandtype.h"
-#include <QStringList>
-#include <QVariant>
+#include <QtCore/qstringlist.h>
+#include <QtCore/qvariant.h>
namespace qbs {
class BuildOptions;