From 78ab4b8d8b75fed240cded1a3f182048e56a8823 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Fri, 15 Jan 2021 13:37:58 +0100 Subject: Remove the qmake project files Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann Reviewed-by: Ulf Hermann --- src/qml/compiler/compiler.pri | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/qml/compiler/compiler.pri (limited to 'src/qml/compiler') diff --git a/src/qml/compiler/compiler.pri b/src/qml/compiler/compiler.pri deleted file mode 100644 index 4d6926d420..0000000000 --- a/src/qml/compiler/compiler.pri +++ /dev/null @@ -1,29 +0,0 @@ -INCLUDEPATH += $$PWD -INCLUDEPATH += $$OUT_PWD - -HEADERS += \ - $$PWD/qv4bytecodegenerator_p.h \ - $$PWD/qv4compiler_p.h \ - $$PWD/qv4compilercontext_p.h \ - $$PWD/qv4compilercontrolflow_p.h \ - $$PWD/qv4compilerglobal_p.h \ - $$PWD/qv4compilerscanfunctions_p.h \ - $$PWD/qv4codegen_p.h \ - $$PWD/qqmlirbuilder_p.h \ - $$PWD/qv4instr_moth_p.h \ - $$PWD/qv4bytecodehandler_p.h \ - $$PWD/qv4util_p.h - -SOURCES += \ - $$PWD/qv4bytecodegenerator.cpp \ - $$PWD/qv4compiler.cpp \ - $$PWD/qv4compilercontext.cpp \ - $$PWD/qv4compilerscanfunctions.cpp \ - $$PWD/qv4codegen.cpp \ - $$PWD/qqmlirbuilder.cpp \ - $$PWD/qv4instr_moth.cpp \ - $$PWD/qv4bytecodehandler.cpp - -gcc { - equals(QT_GCC_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -fno-strict-aliasing -} -- cgit v1.2.3