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,164 +0,0 @@
|
||||
TARGET = AutoTest
|
||||
TEMPLATE = lib
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
|
||||
DEFINES += AUTOTEST_LIBRARY
|
||||
|
||||
SOURCES += \
|
||||
autotestplugin.cpp \
|
||||
ctest/ctestconfiguration.cpp \
|
||||
ctest/ctestoutputreader.cpp \
|
||||
ctest/ctestsettings.cpp \
|
||||
ctest/ctesttool.cpp \
|
||||
ctest/ctesttreeitem.cpp \
|
||||
itestframework.cpp \
|
||||
itestparser.cpp \
|
||||
projectsettingswidget.cpp \
|
||||
testcodeparser.cpp \
|
||||
testconfiguration.cpp \
|
||||
testeditormark.cpp \
|
||||
testframeworkmanager.cpp \
|
||||
testnavigationwidget.cpp \
|
||||
testoutputreader.cpp \
|
||||
testprojectsettings.cpp \
|
||||
testresult.cpp \
|
||||
testresultdelegate.cpp \
|
||||
testresultmodel.cpp \
|
||||
testresultspane.cpp \
|
||||
testrunner.cpp \
|
||||
testsettings.cpp \
|
||||
testsettingspage.cpp \
|
||||
testtreeitem.cpp \
|
||||
testtreeitemdelegate.cpp \
|
||||
testtreemodel.cpp \
|
||||
testtreeview.cpp \
|
||||
catch/catchcodeparser.cpp \
|
||||
catch/catchconfiguration.cpp \
|
||||
catch/catchframework.cpp \
|
||||
catch/catchoutputreader.cpp \
|
||||
catch/catchresult.cpp \
|
||||
catch/catchtestparser.cpp \
|
||||
catch/catchtestsettings.cpp \
|
||||
catch/catchtreeitem.cpp \
|
||||
gtest/gtestconfiguration.cpp \
|
||||
gtest/gtestparser.cpp \
|
||||
gtest/gtesttreeitem.cpp \
|
||||
gtest/gtestresult.cpp \
|
||||
gtest/gtestoutputreader.cpp \
|
||||
gtest/gtestvisitors.cpp \
|
||||
gtest/gtestframework.cpp \
|
||||
gtest/gtestsettings.cpp \
|
||||
gtest/gtest_utils.cpp \
|
||||
qtest/qttesttreeitem.cpp \
|
||||
qtest/qttestvisitors.cpp \
|
||||
qtest/qttestconfiguration.cpp \
|
||||
qtest/qttestoutputreader.cpp \
|
||||
qtest/qttestresult.cpp \
|
||||
qtest/qttestparser.cpp \
|
||||
qtest/qttestframework.cpp \
|
||||
qtest/qttestsettings.cpp \
|
||||
qtest/qttest_utils.cpp \
|
||||
quick/quicktestconfiguration.cpp \
|
||||
quick/quicktestparser.cpp \
|
||||
quick/quicktesttreeitem.cpp \
|
||||
quick/quicktestvisitors.cpp \
|
||||
quick/quicktestframework.cpp \
|
||||
quick/quicktest_utils.cpp \
|
||||
boost/boostcodeparser.cpp \
|
||||
boost/boosttestframework.cpp \
|
||||
boost/boosttesttreeitem.cpp \
|
||||
boost/boosttestparser.cpp \
|
||||
boost/boosttestconfiguration.cpp \
|
||||
boost/boosttestoutputreader.cpp \
|
||||
boost/boosttestresult.cpp \
|
||||
boost/boosttestsettings.cpp
|
||||
|
||||
HEADERS += \
|
||||
autotest_global.h \
|
||||
autotestconstants.h \
|
||||
autotesticons.h \
|
||||
autotestplugin.h \
|
||||
ctest/ctestconfiguration.h \
|
||||
ctest/ctestoutputreader.h \
|
||||
ctest/ctestsettings.h \
|
||||
ctest/ctesttool.h \
|
||||
ctest/ctesttreeitem.h \
|
||||
itemdatacache.h \
|
||||
itestframework.h \
|
||||
itestparser.h \
|
||||
projectsettingswidget.h \
|
||||
testcodeparser.h \
|
||||
testconfiguration.h \
|
||||
testeditormark.h \
|
||||
testframeworkmanager.h \
|
||||
testnavigationwidget.h \
|
||||
testoutputreader.h \
|
||||
testprojectsettings.h \
|
||||
testresult.h \
|
||||
testresultdelegate.h \
|
||||
testresultmodel.h \
|
||||
testresultspane.h \
|
||||
testrunconfiguration.h \
|
||||
testrunner.h \
|
||||
testsettings.h \
|
||||
testsettingspage.h \
|
||||
testtreeitem.h \
|
||||
testtreeitemdelegate.h \
|
||||
testtreemodel.h \
|
||||
testtreeview.h \
|
||||
catch/catchcodeparser.h \
|
||||
catch/catchconfiguration.h \
|
||||
catch/catchframework.h \
|
||||
catch/catchoutputreader.h \
|
||||
catch/catchresult.h \
|
||||
catch/catchtestparser.h \
|
||||
catch/catchtestsettings.h \
|
||||
catch/catchtreeitem.h \
|
||||
gtest/gtestconfiguration.h \
|
||||
gtest/gtestparser.h \
|
||||
gtest/gtesttreeitem.h \
|
||||
gtest/gtestoutputreader.h \
|
||||
gtest/gtestresult.h \
|
||||
gtest/gtest_utils.h \
|
||||
gtest/gtestvisitors.h \
|
||||
gtest/gtestframework.h \
|
||||
gtest/gtestsettings.h \
|
||||
gtest/gtestconstants.h \
|
||||
qtest/qttesttreeitem.h \
|
||||
qtest/qttest_utils.h \
|
||||
qtest/qttestresult.h \
|
||||
qtest/qttestvisitors.h \
|
||||
qtest/qttestconfiguration.h \
|
||||
qtest/qttestoutputreader.h \
|
||||
qtest/qttestparser.h \
|
||||
qtest/qttestframework.h \
|
||||
qtest/qttestsettings.h \
|
||||
qtest/qttestconstants.h \
|
||||
quick/quicktestconfiguration.h \
|
||||
quick/quicktestparser.h \
|
||||
quick/quicktesttreeitem.h \
|
||||
quick/quicktest_utils.h \
|
||||
quick/quicktestvisitors.h \
|
||||
quick/quicktestframework.h \
|
||||
boost/boostcodeparser.h \
|
||||
boost/boosttestframework.h \
|
||||
boost/boosttestconstants.h \
|
||||
boost/boosttesttreeitem.h \
|
||||
boost/boosttestparser.h \
|
||||
boost/boosttestconfiguration.h \
|
||||
boost/boosttestoutputreader.h \
|
||||
boost/boosttestresult.h \
|
||||
boost/boosttestsettings.h
|
||||
|
||||
RESOURCES += \
|
||||
autotest.qrc
|
||||
|
||||
FORMS += \
|
||||
testsettingspage.ui
|
||||
|
||||
equals(TEST, 1) {
|
||||
HEADERS += autotestunittests.h loadprojectscenario.h
|
||||
SOURCES += autotestunittests.cpp loadprojectscenario.cpp
|
||||
RESOURCES += autotestunittests.qrc
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
QTC_PLUGIN_NAME = AutoTest
|
||||
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
projectexplorer \
|
||||
cppeditor \
|
||||
qmljstools \
|
||||
debugger \
|
||||
texteditor
|
||||
|
||||
QTC_LIB_DEPENDS += \
|
||||
cplusplus \
|
||||
qmljs \
|
||||
utils
|
||||
|
||||
QTC_TEST_DEPENDS += \
|
||||
qbsprojectmanager \
|
||||
qmakeprojectmanager \
|
||||
qtsupport
|
||||
|
||||
#QTC_PLUGIN_RECOMMENDS += \
|
||||
Reference in New Issue
Block a user