Skip to content

Commit 285c984

Browse files
jcfrusiems
authored andcommitted
chore(qmake): remove obsolete dependency to core5compat from generator.pri
Suggested-by: Uwe Siems <[email protected]>
1 parent 8d7940c commit 285c984

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

generator/generator.pri

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ SOURCES += \
7070

7171
QT += core xml
7272

73-
greaterThan(QT_MAJOR_VERSION, 5) {
74-
QT += core5compat
75-
message("WARNING: Qt module core5compat for XML handling in typesystem.cpp")
76-
}
77-
7873
win32-msvc.net {
7974
QMAKE_CXXFLAGS += /Zm500
8075
QMAKE_CXXFLAGS -= -Zm200

0 commit comments

Comments
 (0)