aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/autotest.pro')
-rw-r--r--src/plugins/autotest/autotest.pro164
1 files changed, 0 insertions, 164 deletions
diff --git a/src/plugins/autotest/autotest.pro b/src/plugins/autotest/autotest.pro
deleted file mode 100644
index 2e0d2ff905..0000000000
--- a/src/plugins/autotest/autotest.pro
+++ /dev/null
@@ -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
-}