From: Friedemann Kleint Date: Tue, 9 Oct 2012 07:55:28 +0000 (+0200) Subject: Remove module includes from makeqpf, qev. X-Git-Tag: accepted/tizen/20131212.181521~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3664d2800c865c5adc51a1f23fc96f273a2c7170;p=platform%2Fupstream%2Fqttools.git Remove module includes from makeqpf, qev. Change-Id: I5c8f8bd610bb9d83ef1feec204411163a4a170b8 Reviewed-by: Peter Kümmel Reviewed-by: Stephen Kelly --- diff --git a/src/makeqpf/main.cpp b/src/makeqpf/main.cpp index 78dfbf3..36e3570 100644 --- a/src/makeqpf/main.cpp +++ b/src/makeqpf/main.cpp @@ -39,7 +39,7 @@ ** ****************************************************************************/ -#include +#include #include "qpf2.h" #include "mainwindow.h" diff --git a/src/makeqpf/makeqpf.pro b/src/makeqpf/makeqpf.pro index bd976db..0ab48f4 100644 --- a/src/makeqpf/makeqpf.pro +++ b/src/makeqpf/makeqpf.pro @@ -2,6 +2,7 @@ INCLUDEPATH += ../../src/3rdparty/harfbuzz/src QT += widgets gui-private core-private CONFIG += console DESTDIR = $$QT.designer.bins +DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 HEADERS += qpf2.h mainwindow.h SOURCES += main.cpp qpf2.cpp mainwindow.cpp diff --git a/src/qev/qev.cpp b/src/qev/qev.cpp index 887dece..676b451 100644 --- a/src/qev/qev.cpp +++ b/src/qev/qev.cpp @@ -39,7 +39,9 @@ ** ****************************************************************************/ -#include +#include +#include +#include QT_USE_NAMESPACE