Commit 3664d280 authored by Friedemann Kleint's avatar Friedemann Kleint Committed by The Qt Project
Browse files

Remove module includes from makeqpf, qev.


Change-Id: I5c8f8bd610bb9d83ef1feec204411163a4a170b8
Reviewed-by: default avatarPeter Kümmel <syntheticpp@gmx.net>
Reviewed-by: default avatarStephen Kelly <stephen.kelly@kdab.com>
parent 96c318f4
No related merge requests found
Showing with 5 additions and 2 deletions
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include <QtGui> #include <QApplication>
#include "qpf2.h" #include "qpf2.h"
#include "mainwindow.h" #include "mainwindow.h"
......
...@@ -2,6 +2,7 @@ INCLUDEPATH += ../../src/3rdparty/harfbuzz/src ...@@ -2,6 +2,7 @@ INCLUDEPATH += ../../src/3rdparty/harfbuzz/src
QT += widgets gui-private core-private QT += widgets gui-private core-private
CONFIG += console CONFIG += console
DESTDIR = $$QT.designer.bins DESTDIR = $$QT.designer.bins
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
HEADERS += qpf2.h mainwindow.h HEADERS += qpf2.h mainwindow.h
SOURCES += main.cpp qpf2.cpp mainwindow.cpp SOURCES += main.cpp qpf2.cpp mainwindow.cpp
......
...@@ -39,7 +39,9 @@ ...@@ -39,7 +39,9 @@
** **
****************************************************************************/ ****************************************************************************/
#include <QtWidgets> #include <QWidget>
#include <QApplication>
#include <QDebug>
QT_USE_NAMESPACE QT_USE_NAMESPACE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment