forked from qt-creator/qt-creator
Remove qmake build files
Removes qmake as a build system for building Qt Creator itself. Keep them for some tests that are not completely moved to CMake yet. Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_ast.cpp
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
|
||||
# Inject the source dir for referencing test data from shadow builds.
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
||||
SOURCES += tst_c99.cpp
|
||||
DISTFILES += \
|
||||
data/designatedInitializer.1.c
|
||||
@@ -1,4 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
QTC_PLUGIN_DEPENDS += projectexplorer
|
||||
SOURCES += tst_checksymbols.cpp
|
||||
HEADERS += ../cplusplus_global.h
|
||||
@@ -1,2 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_codeformatter.cpp
|
||||
@@ -1,19 +0,0 @@
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS = \
|
||||
ast \
|
||||
codeformatter \
|
||||
findusages \
|
||||
lookup \
|
||||
preprocessor \
|
||||
semantic \
|
||||
typeprettyprinter \
|
||||
misc \
|
||||
c99 \
|
||||
cppselectionchanger\
|
||||
cxx11 \
|
||||
checksymbols \
|
||||
lexer \
|
||||
translationunit \
|
||||
fileiterationorder
|
||||
@@ -1,9 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
|
||||
# Inject the source dir for referencing test data from shadow builds.
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
||||
SOURCES += tst_cppselectionchangertest.cpp
|
||||
|
||||
DISTFILES += testCppFile.cpp \
|
||||
cppselectionchanger.qbs
|
||||
@@ -1,15 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
|
||||
# Inject the source dir for referencing test data from shadow builds.
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
||||
SOURCES += tst_cxx11.cpp
|
||||
DISTFILES += \
|
||||
data/inlineNamespace.1.cpp \
|
||||
data/inlineNamespace.1.errors.txt \
|
||||
data/nestedNamespace.1.cpp \
|
||||
data/nestedNamespace.1.errors.txt \
|
||||
data/staticAssert.1.cpp \
|
||||
data/staticAssert.1.errors.txt \
|
||||
data/noExcept.1.cpp \
|
||||
data/noExcept.1.errors.txt
|
||||
@@ -1,2 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_fileiterationorder.cpp
|
||||
@@ -1,3 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_findusages.cpp
|
||||
HEADERS += ../cplusplus_global.h
|
||||
@@ -1,3 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_lexer.cpp
|
||||
HEADERS += ../cplusplus_global.h
|
||||
@@ -1,2 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_lookup.cpp
|
||||
@@ -1,3 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_misc.cpp
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
|
||||
# Inject the source dir for referencing test data from shadow builds.
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
||||
SOURCES += tst_preprocessor.cpp
|
||||
DISTFILES = \
|
||||
data/noPP.1.cpp \
|
||||
data/noPP.2.cpp \
|
||||
data/identifier-expansion.1.cpp data/identifier-expansion.1.out.cpp \
|
||||
data/identifier-expansion.2.cpp data/identifier-expansion.2.out.cpp \
|
||||
data/identifier-expansion.3.cpp data/identifier-expansion.3.out.cpp \
|
||||
data/identifier-expansion.4.cpp data/identifier-expansion.4.out.cpp \
|
||||
data/identifier-expansion.5.cpp data/identifier-expansion.5.out.cpp \
|
||||
data/reserved.1.cpp data/reserved.1.out.cpp \
|
||||
data/recursive.1.cpp data/recursive.1.out.cpp \
|
||||
data/macro_expand.c data/macro_expand.out.c \
|
||||
data/macro_expand_1.cpp data/macro_expand_1.out.cpp \
|
||||
data/macro-test.cpp data/macro-test.out.cpp \
|
||||
data/poundpound.1.cpp data/poundpound.1.out.cpp \
|
||||
data/empty-macro.cpp data/empty-macro.out.cpp \
|
||||
data/empty-macro.2.cpp data/empty-macro.2.out.cpp \
|
||||
data/macro_pounder_fn.c
|
||||
@@ -1,2 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_semantic.cpp
|
||||
@@ -1,4 +0,0 @@
|
||||
QTC_PLUGIN_DEPENDS += cppeditor
|
||||
include(../../qttest.pri)
|
||||
|
||||
DEFINES += Q_PLUGIN_PATH=\"\\\"$$IDE_PLUGIN_PATH\\\"\"
|
||||
@@ -1,3 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_translationunit.cpp
|
||||
HEADERS += ../cplusplus_global.h
|
||||
@@ -1,2 +0,0 @@
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_typeprettyprinter.cpp
|
||||
Reference in New Issue
Block a user