From 15b4e6fc91f3c9a50e695d1c81933ba132efe9b6 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 22 Jan 2016 10:46:45 +0100 Subject: [PATCH] Delete unneeded and prepare directory structure... ...to get plugin's repository more easily integrated into QC's repository. Change-Id: I10243bb4283623ae951e799feacaa15915678e04 Reviewed-by: Eike Ziller --- autotest.pro | 6 ------ qtcreatorplugin.pri | 8 -------- .../templates/wizards/autotest/auto.pro | 0 .../templates/wizards/autotest/autotest_24.png | Bin .../templates/wizards/autotest/main.cpp | 0 .../templates/wizards/autotest/src.pro | 0 .../templates/wizards/autotest/tests.pro | 0 .../templates/wizards/autotest/tmp.pro | 0 .../templates/wizards/autotest/tst.pro | 0 .../templates/wizards/autotest/tst_src.cpp | 0 .../templates/wizards/autotest/wizard.xml | 0 shared/shared.pro | 17 ----------------- .../plugins}/autotest/AutoTest.json.in | 0 {plugins => src/plugins}/autotest/autotest.pro | 0 {plugins => src/plugins}/autotest/autotest.qbs | 0 {plugins => src/plugins}/autotest/autotest.qrc | 0 .../autotest/autotest_dependencies.pri | 0 .../plugins}/autotest/autotest_global.h | 0 .../plugins}/autotest/autotest_utils.h | 0 .../plugins}/autotest/autotestconstants.h | 0 .../plugins}/autotest/autotesticons.h | 0 .../plugins}/autotest/autotestplugin.cpp | 0 .../plugins}/autotest/autotestplugin.h | 0 .../plugins}/autotest/autotestunittests.cpp | 0 .../plugins}/autotest/autotestunittests.h | 0 .../plugins}/autotest/autotestunittests.qrc | 0 .../plugins}/autotest/images/autotest.png | Bin .../plugins}/autotest/images/benchmark.png | Bin .../autotest/images/blacklisted_fail.png | Bin .../autotest/images/blacklisted_pass.png | Bin .../plugins}/autotest/images/class.png | Bin .../plugins}/autotest/images/collapse.png | Bin .../plugins}/autotest/images/collapse@2x.png | Bin .../plugins}/autotest/images/data.png | Bin .../plugins}/autotest/images/debug.png | Bin .../plugins}/autotest/images/expand.png | Bin .../plugins}/autotest/images/expand@2x.png | Bin .../plugins}/autotest/images/fail.png | Bin .../plugins}/autotest/images/fatal.png | Bin .../plugins}/autotest/images/func.png | Bin .../plugins}/autotest/images/leafsort.png | Bin .../plugins}/autotest/images/leafsort@2x.png | Bin .../plugins}/autotest/images/pass.png | Bin .../autotest/images/runselected_boxes.png | Bin .../autotest/images/runselected_boxes@2x.png | Bin .../autotest/images/runselected_tickmarks.png | Bin .../images/runselected_tickmarks@2x.png | Bin .../plugins}/autotest/images/skip.png | Bin .../plugins}/autotest/images/sort.png | Bin .../plugins}/autotest/images/sort@2x.png | Bin .../plugins}/autotest/images/warn.png | Bin .../plugins}/autotest/images/xfail.png | Bin .../plugins}/autotest/images/xpass.png | Bin .../plugins}/autotest/testcodeparser.cpp | 0 .../plugins}/autotest/testcodeparser.h | 0 .../plugins}/autotest/testconfiguration.cpp | 0 .../plugins}/autotest/testconfiguration.h | 0 {plugins => src/plugins}/autotest/testinfo.cpp | 0 {plugins => src/plugins}/autotest/testinfo.h | 0 .../plugins}/autotest/testnavigationwidget.cpp | 0 .../plugins}/autotest/testnavigationwidget.h | 0 .../plugins}/autotest/testoutputreader.cpp | 0 .../plugins}/autotest/testoutputreader.h | 0 .../plugins}/autotest/testresult.cpp | 0 {plugins => src/plugins}/autotest/testresult.h | 0 .../plugins}/autotest/testresultdelegate.cpp | 0 .../plugins}/autotest/testresultdelegate.h | 0 .../plugins}/autotest/testresultmodel.cpp | 0 .../plugins}/autotest/testresultmodel.h | 0 .../plugins}/autotest/testresultspane.cpp | 0 .../plugins}/autotest/testresultspane.h | 0 .../plugins}/autotest/testrunner.cpp | 0 {plugins => src/plugins}/autotest/testrunner.h | 0 .../plugins}/autotest/testsettings.cpp | 0 .../plugins}/autotest/testsettings.h | 0 .../plugins}/autotest/testsettingspage.cpp | 0 .../plugins}/autotest/testsettingspage.h | 0 .../plugins}/autotest/testsettingspage.ui | 0 .../plugins}/autotest/testtreeitem.cpp | 0 .../plugins}/autotest/testtreeitem.h | 0 .../plugins}/autotest/testtreeitemdelegate.cpp | 0 .../plugins}/autotest/testtreeitemdelegate.h | 0 .../plugins}/autotest/testtreemodel.cpp | 0 .../plugins}/autotest/testtreemodel.h | 0 .../plugins}/autotest/testtreeview.cpp | 0 .../plugins}/autotest/testtreeview.h | 0 .../plugins}/autotest/testvisitor.cpp | 0 .../plugins}/autotest/testvisitor.h | 0 .../autotest/unit_test/mixed_atp/mixed_atp.pro | 0 .../autotest/unit_test/mixed_atp/mixed_atp.qbs | 0 .../autotest/unit_test/mixed_atp/src/main.cpp | 0 .../autotest/unit_test/mixed_atp/src/src.pro | 0 .../autotest/unit_test/mixed_atp/src/src.qbs | 0 .../unit_test/mixed_atp/tests/auto/auto.pro | 0 .../unit_test/mixed_atp/tests/auto/auto.qbs | 0 .../mixed_atp/tests/auto/bench/bench.pro | 0 .../mixed_atp/tests/auto/bench/bench.qbs | 0 .../tests/auto/bench/tst_benchtest.cpp | 0 .../mixed_atp/tests/auto/dummy/dummy.pro | 0 .../mixed_atp/tests/auto/dummy/dummy.qbs | 0 .../mixed_atp/tests/auto/dummy/tst_foo.cpp | 0 .../mixed_atp/tests/auto/dummy/tst_foo.h | 0 .../unit_test/mixed_atp/tests/auto/gui/gui.pro | 0 .../unit_test/mixed_atp/tests/auto/gui/gui.qbs | 0 .../mixed_atp/tests/auto/gui/tst_guitest.cpp | 0 .../tests/auto/quickauto/TestDummy.qml | 0 .../tests/auto/quickauto/bar/tst_foo.qml | 0 .../mixed_atp/tests/auto/quickauto/main.cpp | 0 .../tests/auto/quickauto/notlisted/tst_bla.qml | 0 .../tests/auto/quickauto/quickauto.pro | 0 .../tests/auto/quickauto/quickauto.qbs | 0 .../tests/auto/quickauto/tst_test1.qml | 0 .../tests/auto/quickauto/tst_test2.qml | 0 .../tests/auto/quickauto/tst_test3.qml | 0 .../mixed_atp/tests/auto/quickauto2/main.cpp | 0 .../tests/auto/quickauto2/quickauto2.pro | 0 .../tests/auto/quickauto2/quickauto2.qbs | 0 .../tests/auto/quickauto2/tst_test1.qml | 0 .../tests/auto/quickauto2/tst_test2.qml | 0 .../unit_test/mixed_atp/tests/tests.pro | 0 .../unit_test/mixed_atp/tests/tests.qbs | 0 .../autotest/unit_test/plain/plain.pro | 0 .../autotest/unit_test/plain/plain.qbs | 0 .../unit_test/plain/test_plain/test_plain.pro | 0 .../unit_test/plain/test_plain/test_plain.qbs | 0 .../unit_test/plain/test_plain/tst_simple.cpp | 0 .../unit_test/plain/test_plain/tst_simple.h | 0 .../autotest/unit_test/simple_gt/simple_gt.pro | 0 .../autotest/unit_test/simple_gt/src/main.cpp | 0 .../autotest/unit_test/simple_gt/src/src.pro | 0 .../unit_test/simple_gt/tests/gt1/further.cpp | 0 .../unit_test/simple_gt/tests/gt1/gt1.pro | 0 .../unit_test/simple_gt/tests/gt1/main.cpp | 0 .../unit_test/simple_gt/tests/gt2/gt2.pro | 0 .../unit_test/simple_gt/tests/gt2/main.cpp | 0 .../unit_test/simple_gt/tests/gt2/queuetest.h | 0 .../unit_test/simple_gt/tests/gt3/dummytest.h | 0 .../unit_test/simple_gt/tests/gt3/gt3.pro | 0 .../unit_test/simple_gt/tests/gt3/main.cpp | 0 .../simple_gt/tests/gtest_dependency.pri | 0 .../unit_test/simple_gt/tests/tests.pro | 0 141 files changed, 31 deletions(-) delete mode 100644 autotest.pro delete mode 100644 qtcreatorplugin.pri rename shared/{ => qtcreator}/templates/wizards/autotest/auto.pro (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/autotest_24.png (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/main.cpp (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/src.pro (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/tests.pro (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/tmp.pro (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/tst.pro (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/tst_src.cpp (100%) rename shared/{ => qtcreator}/templates/wizards/autotest/wizard.xml (100%) delete mode 100644 shared/shared.pro rename {plugins => src/plugins}/autotest/AutoTest.json.in (100%) rename {plugins => src/plugins}/autotest/autotest.pro (100%) rename {plugins => src/plugins}/autotest/autotest.qbs (100%) rename {plugins => src/plugins}/autotest/autotest.qrc (100%) rename {plugins => src/plugins}/autotest/autotest_dependencies.pri (100%) rename {plugins => src/plugins}/autotest/autotest_global.h (100%) rename {plugins => src/plugins}/autotest/autotest_utils.h (100%) rename {plugins => src/plugins}/autotest/autotestconstants.h (100%) rename {plugins => src/plugins}/autotest/autotesticons.h (100%) rename {plugins => src/plugins}/autotest/autotestplugin.cpp (100%) rename {plugins => src/plugins}/autotest/autotestplugin.h (100%) rename {plugins => src/plugins}/autotest/autotestunittests.cpp (100%) rename {plugins => src/plugins}/autotest/autotestunittests.h (100%) rename {plugins => src/plugins}/autotest/autotestunittests.qrc (100%) rename {plugins => src/plugins}/autotest/images/autotest.png (100%) rename {plugins => src/plugins}/autotest/images/benchmark.png (100%) rename {plugins => src/plugins}/autotest/images/blacklisted_fail.png (100%) rename {plugins => src/plugins}/autotest/images/blacklisted_pass.png (100%) rename {plugins => src/plugins}/autotest/images/class.png (100%) rename {plugins => src/plugins}/autotest/images/collapse.png (100%) rename {plugins => src/plugins}/autotest/images/collapse@2x.png (100%) rename {plugins => src/plugins}/autotest/images/data.png (100%) rename {plugins => src/plugins}/autotest/images/debug.png (100%) rename {plugins => src/plugins}/autotest/images/expand.png (100%) rename {plugins => src/plugins}/autotest/images/expand@2x.png (100%) rename {plugins => src/plugins}/autotest/images/fail.png (100%) rename {plugins => src/plugins}/autotest/images/fatal.png (100%) rename {plugins => src/plugins}/autotest/images/func.png (100%) rename {plugins => src/plugins}/autotest/images/leafsort.png (100%) rename {plugins => src/plugins}/autotest/images/leafsort@2x.png (100%) rename {plugins => src/plugins}/autotest/images/pass.png (100%) rename {plugins => src/plugins}/autotest/images/runselected_boxes.png (100%) rename {plugins => src/plugins}/autotest/images/runselected_boxes@2x.png (100%) rename {plugins => src/plugins}/autotest/images/runselected_tickmarks.png (100%) rename {plugins => src/plugins}/autotest/images/runselected_tickmarks@2x.png (100%) rename {plugins => src/plugins}/autotest/images/skip.png (100%) rename {plugins => src/plugins}/autotest/images/sort.png (100%) rename {plugins => src/plugins}/autotest/images/sort@2x.png (100%) rename {plugins => src/plugins}/autotest/images/warn.png (100%) rename {plugins => src/plugins}/autotest/images/xfail.png (100%) rename {plugins => src/plugins}/autotest/images/xpass.png (100%) rename {plugins => src/plugins}/autotest/testcodeparser.cpp (100%) rename {plugins => src/plugins}/autotest/testcodeparser.h (100%) rename {plugins => src/plugins}/autotest/testconfiguration.cpp (100%) rename {plugins => src/plugins}/autotest/testconfiguration.h (100%) rename {plugins => src/plugins}/autotest/testinfo.cpp (100%) rename {plugins => src/plugins}/autotest/testinfo.h (100%) rename {plugins => src/plugins}/autotest/testnavigationwidget.cpp (100%) rename {plugins => src/plugins}/autotest/testnavigationwidget.h (100%) rename {plugins => src/plugins}/autotest/testoutputreader.cpp (100%) rename {plugins => src/plugins}/autotest/testoutputreader.h (100%) rename {plugins => src/plugins}/autotest/testresult.cpp (100%) rename {plugins => src/plugins}/autotest/testresult.h (100%) rename {plugins => src/plugins}/autotest/testresultdelegate.cpp (100%) rename {plugins => src/plugins}/autotest/testresultdelegate.h (100%) rename {plugins => src/plugins}/autotest/testresultmodel.cpp (100%) rename {plugins => src/plugins}/autotest/testresultmodel.h (100%) rename {plugins => src/plugins}/autotest/testresultspane.cpp (100%) rename {plugins => src/plugins}/autotest/testresultspane.h (100%) rename {plugins => src/plugins}/autotest/testrunner.cpp (100%) rename {plugins => src/plugins}/autotest/testrunner.h (100%) rename {plugins => src/plugins}/autotest/testsettings.cpp (100%) rename {plugins => src/plugins}/autotest/testsettings.h (100%) rename {plugins => src/plugins}/autotest/testsettingspage.cpp (100%) rename {plugins => src/plugins}/autotest/testsettingspage.h (100%) rename {plugins => src/plugins}/autotest/testsettingspage.ui (100%) rename {plugins => src/plugins}/autotest/testtreeitem.cpp (100%) rename {plugins => src/plugins}/autotest/testtreeitem.h (100%) rename {plugins => src/plugins}/autotest/testtreeitemdelegate.cpp (100%) rename {plugins => src/plugins}/autotest/testtreeitemdelegate.h (100%) rename {plugins => src/plugins}/autotest/testtreemodel.cpp (100%) rename {plugins => src/plugins}/autotest/testtreemodel.h (100%) rename {plugins => src/plugins}/autotest/testtreeview.cpp (100%) rename {plugins => src/plugins}/autotest/testtreeview.h (100%) rename {plugins => src/plugins}/autotest/testvisitor.cpp (100%) rename {plugins => src/plugins}/autotest/testvisitor.h (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/mixed_atp.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/mixed_atp.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/src/main.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/src/src.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/src/src.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/auto.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/auto.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/bench/bench.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/bench/bench.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/gui/gui.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/gui/gui.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/main.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto2/main.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/tests.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/mixed_atp/tests/tests.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/plain/plain.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/plain/plain.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/plain/test_plain/test_plain.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/plain/test_plain/test_plain.qbs (100%) rename {plugins => src/plugins}/autotest/unit_test/plain/test_plain/tst_simple.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/plain/test_plain/tst_simple.h (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/simple_gt.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/src/main.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/src/src.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt1/further.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt1/gt1.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt1/main.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt2/gt2.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt2/main.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt2/queuetest.h (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt3/dummytest.h (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt3/gt3.pro (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gt3/main.cpp (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/gtest_dependency.pri (100%) rename {plugins => src/plugins}/autotest/unit_test/simple_gt/tests/tests.pro (100%) diff --git a/autotest.pro b/autotest.pro deleted file mode 100644 index 77543b34a51..00000000000 --- a/autotest.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = subdirs -CONFIG += ordered - -SUBDIRS += plugins/autotest shared - -QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency diff --git a/qtcreatorplugin.pri b/qtcreatorplugin.pri deleted file mode 100644 index 190dbed1c3b..00000000000 --- a/qtcreatorplugin.pri +++ /dev/null @@ -1,8 +0,0 @@ -isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE=$$(QTC_SOURCE) -isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE=$$(QTC_BUILD) - -isEmpty(IDE_SOURCE_TREE):error(Set QTC_SOURCE environment variable) -isEmpty(IDE_BUILD_TREE):error(Set QTC_BUILD environment variable) - -INCLUDEPATH+= $$PWD/plugins -include($$IDE_SOURCE_TREE/src/qtcreatorplugin.pri) diff --git a/shared/templates/wizards/autotest/auto.pro b/shared/qtcreator/templates/wizards/autotest/auto.pro similarity index 100% rename from shared/templates/wizards/autotest/auto.pro rename to shared/qtcreator/templates/wizards/autotest/auto.pro diff --git a/shared/templates/wizards/autotest/autotest_24.png b/shared/qtcreator/templates/wizards/autotest/autotest_24.png similarity index 100% rename from shared/templates/wizards/autotest/autotest_24.png rename to shared/qtcreator/templates/wizards/autotest/autotest_24.png diff --git a/shared/templates/wizards/autotest/main.cpp b/shared/qtcreator/templates/wizards/autotest/main.cpp similarity index 100% rename from shared/templates/wizards/autotest/main.cpp rename to shared/qtcreator/templates/wizards/autotest/main.cpp diff --git a/shared/templates/wizards/autotest/src.pro b/shared/qtcreator/templates/wizards/autotest/src.pro similarity index 100% rename from shared/templates/wizards/autotest/src.pro rename to shared/qtcreator/templates/wizards/autotest/src.pro diff --git a/shared/templates/wizards/autotest/tests.pro b/shared/qtcreator/templates/wizards/autotest/tests.pro similarity index 100% rename from shared/templates/wizards/autotest/tests.pro rename to shared/qtcreator/templates/wizards/autotest/tests.pro diff --git a/shared/templates/wizards/autotest/tmp.pro b/shared/qtcreator/templates/wizards/autotest/tmp.pro similarity index 100% rename from shared/templates/wizards/autotest/tmp.pro rename to shared/qtcreator/templates/wizards/autotest/tmp.pro diff --git a/shared/templates/wizards/autotest/tst.pro b/shared/qtcreator/templates/wizards/autotest/tst.pro similarity index 100% rename from shared/templates/wizards/autotest/tst.pro rename to shared/qtcreator/templates/wizards/autotest/tst.pro diff --git a/shared/templates/wizards/autotest/tst_src.cpp b/shared/qtcreator/templates/wizards/autotest/tst_src.cpp similarity index 100% rename from shared/templates/wizards/autotest/tst_src.cpp rename to shared/qtcreator/templates/wizards/autotest/tst_src.cpp diff --git a/shared/templates/wizards/autotest/wizard.xml b/shared/qtcreator/templates/wizards/autotest/wizard.xml similarity index 100% rename from shared/templates/wizards/autotest/wizard.xml rename to shared/qtcreator/templates/wizards/autotest/wizard.xml diff --git a/shared/shared.pro b/shared/shared.pro deleted file mode 100644 index 541044da119..00000000000 --- a/shared/shared.pro +++ /dev/null @@ -1,17 +0,0 @@ -isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE) -isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD) -isEmpty(IDE_SOURCE_TREE): error("Set QTC_SOURCE environment variable") -isEmpty(IDE_BUILD_TREE): error("Set QTC_BUILD environment variable") - -TEMPLATE = aux - -STATIC_BASE = $$PWD -STATIC_DIRS = templates - -for(data_dir, STATIC_DIRS) { - files = $$files($$STATIC_BASE/$$data_dir/*, true) - for(file, files): !exists($$file/*): STATIC_FILES += $$file -} - -include($$IDE_SOURCE_TREE/share/qtcreator/static.pri) - diff --git a/plugins/autotest/AutoTest.json.in b/src/plugins/autotest/AutoTest.json.in similarity index 100% rename from plugins/autotest/AutoTest.json.in rename to src/plugins/autotest/AutoTest.json.in diff --git a/plugins/autotest/autotest.pro b/src/plugins/autotest/autotest.pro similarity index 100% rename from plugins/autotest/autotest.pro rename to src/plugins/autotest/autotest.pro diff --git a/plugins/autotest/autotest.qbs b/src/plugins/autotest/autotest.qbs similarity index 100% rename from plugins/autotest/autotest.qbs rename to src/plugins/autotest/autotest.qbs diff --git a/plugins/autotest/autotest.qrc b/src/plugins/autotest/autotest.qrc similarity index 100% rename from plugins/autotest/autotest.qrc rename to src/plugins/autotest/autotest.qrc diff --git a/plugins/autotest/autotest_dependencies.pri b/src/plugins/autotest/autotest_dependencies.pri similarity index 100% rename from plugins/autotest/autotest_dependencies.pri rename to src/plugins/autotest/autotest_dependencies.pri diff --git a/plugins/autotest/autotest_global.h b/src/plugins/autotest/autotest_global.h similarity index 100% rename from plugins/autotest/autotest_global.h rename to src/plugins/autotest/autotest_global.h diff --git a/plugins/autotest/autotest_utils.h b/src/plugins/autotest/autotest_utils.h similarity index 100% rename from plugins/autotest/autotest_utils.h rename to src/plugins/autotest/autotest_utils.h diff --git a/plugins/autotest/autotestconstants.h b/src/plugins/autotest/autotestconstants.h similarity index 100% rename from plugins/autotest/autotestconstants.h rename to src/plugins/autotest/autotestconstants.h diff --git a/plugins/autotest/autotesticons.h b/src/plugins/autotest/autotesticons.h similarity index 100% rename from plugins/autotest/autotesticons.h rename to src/plugins/autotest/autotesticons.h diff --git a/plugins/autotest/autotestplugin.cpp b/src/plugins/autotest/autotestplugin.cpp similarity index 100% rename from plugins/autotest/autotestplugin.cpp rename to src/plugins/autotest/autotestplugin.cpp diff --git a/plugins/autotest/autotestplugin.h b/src/plugins/autotest/autotestplugin.h similarity index 100% rename from plugins/autotest/autotestplugin.h rename to src/plugins/autotest/autotestplugin.h diff --git a/plugins/autotest/autotestunittests.cpp b/src/plugins/autotest/autotestunittests.cpp similarity index 100% rename from plugins/autotest/autotestunittests.cpp rename to src/plugins/autotest/autotestunittests.cpp diff --git a/plugins/autotest/autotestunittests.h b/src/plugins/autotest/autotestunittests.h similarity index 100% rename from plugins/autotest/autotestunittests.h rename to src/plugins/autotest/autotestunittests.h diff --git a/plugins/autotest/autotestunittests.qrc b/src/plugins/autotest/autotestunittests.qrc similarity index 100% rename from plugins/autotest/autotestunittests.qrc rename to src/plugins/autotest/autotestunittests.qrc diff --git a/plugins/autotest/images/autotest.png b/src/plugins/autotest/images/autotest.png similarity index 100% rename from plugins/autotest/images/autotest.png rename to src/plugins/autotest/images/autotest.png diff --git a/plugins/autotest/images/benchmark.png b/src/plugins/autotest/images/benchmark.png similarity index 100% rename from plugins/autotest/images/benchmark.png rename to src/plugins/autotest/images/benchmark.png diff --git a/plugins/autotest/images/blacklisted_fail.png b/src/plugins/autotest/images/blacklisted_fail.png similarity index 100% rename from plugins/autotest/images/blacklisted_fail.png rename to src/plugins/autotest/images/blacklisted_fail.png diff --git a/plugins/autotest/images/blacklisted_pass.png b/src/plugins/autotest/images/blacklisted_pass.png similarity index 100% rename from plugins/autotest/images/blacklisted_pass.png rename to src/plugins/autotest/images/blacklisted_pass.png diff --git a/plugins/autotest/images/class.png b/src/plugins/autotest/images/class.png similarity index 100% rename from plugins/autotest/images/class.png rename to src/plugins/autotest/images/class.png diff --git a/plugins/autotest/images/collapse.png b/src/plugins/autotest/images/collapse.png similarity index 100% rename from plugins/autotest/images/collapse.png rename to src/plugins/autotest/images/collapse.png diff --git a/plugins/autotest/images/collapse@2x.png b/src/plugins/autotest/images/collapse@2x.png similarity index 100% rename from plugins/autotest/images/collapse@2x.png rename to src/plugins/autotest/images/collapse@2x.png diff --git a/plugins/autotest/images/data.png b/src/plugins/autotest/images/data.png similarity index 100% rename from plugins/autotest/images/data.png rename to src/plugins/autotest/images/data.png diff --git a/plugins/autotest/images/debug.png b/src/plugins/autotest/images/debug.png similarity index 100% rename from plugins/autotest/images/debug.png rename to src/plugins/autotest/images/debug.png diff --git a/plugins/autotest/images/expand.png b/src/plugins/autotest/images/expand.png similarity index 100% rename from plugins/autotest/images/expand.png rename to src/plugins/autotest/images/expand.png diff --git a/plugins/autotest/images/expand@2x.png b/src/plugins/autotest/images/expand@2x.png similarity index 100% rename from plugins/autotest/images/expand@2x.png rename to src/plugins/autotest/images/expand@2x.png diff --git a/plugins/autotest/images/fail.png b/src/plugins/autotest/images/fail.png similarity index 100% rename from plugins/autotest/images/fail.png rename to src/plugins/autotest/images/fail.png diff --git a/plugins/autotest/images/fatal.png b/src/plugins/autotest/images/fatal.png similarity index 100% rename from plugins/autotest/images/fatal.png rename to src/plugins/autotest/images/fatal.png diff --git a/plugins/autotest/images/func.png b/src/plugins/autotest/images/func.png similarity index 100% rename from plugins/autotest/images/func.png rename to src/plugins/autotest/images/func.png diff --git a/plugins/autotest/images/leafsort.png b/src/plugins/autotest/images/leafsort.png similarity index 100% rename from plugins/autotest/images/leafsort.png rename to src/plugins/autotest/images/leafsort.png diff --git a/plugins/autotest/images/leafsort@2x.png b/src/plugins/autotest/images/leafsort@2x.png similarity index 100% rename from plugins/autotest/images/leafsort@2x.png rename to src/plugins/autotest/images/leafsort@2x.png diff --git a/plugins/autotest/images/pass.png b/src/plugins/autotest/images/pass.png similarity index 100% rename from plugins/autotest/images/pass.png rename to src/plugins/autotest/images/pass.png diff --git a/plugins/autotest/images/runselected_boxes.png b/src/plugins/autotest/images/runselected_boxes.png similarity index 100% rename from plugins/autotest/images/runselected_boxes.png rename to src/plugins/autotest/images/runselected_boxes.png diff --git a/plugins/autotest/images/runselected_boxes@2x.png b/src/plugins/autotest/images/runselected_boxes@2x.png similarity index 100% rename from plugins/autotest/images/runselected_boxes@2x.png rename to src/plugins/autotest/images/runselected_boxes@2x.png diff --git a/plugins/autotest/images/runselected_tickmarks.png b/src/plugins/autotest/images/runselected_tickmarks.png similarity index 100% rename from plugins/autotest/images/runselected_tickmarks.png rename to src/plugins/autotest/images/runselected_tickmarks.png diff --git a/plugins/autotest/images/runselected_tickmarks@2x.png b/src/plugins/autotest/images/runselected_tickmarks@2x.png similarity index 100% rename from plugins/autotest/images/runselected_tickmarks@2x.png rename to src/plugins/autotest/images/runselected_tickmarks@2x.png diff --git a/plugins/autotest/images/skip.png b/src/plugins/autotest/images/skip.png similarity index 100% rename from plugins/autotest/images/skip.png rename to src/plugins/autotest/images/skip.png diff --git a/plugins/autotest/images/sort.png b/src/plugins/autotest/images/sort.png similarity index 100% rename from plugins/autotest/images/sort.png rename to src/plugins/autotest/images/sort.png diff --git a/plugins/autotest/images/sort@2x.png b/src/plugins/autotest/images/sort@2x.png similarity index 100% rename from plugins/autotest/images/sort@2x.png rename to src/plugins/autotest/images/sort@2x.png diff --git a/plugins/autotest/images/warn.png b/src/plugins/autotest/images/warn.png similarity index 100% rename from plugins/autotest/images/warn.png rename to src/plugins/autotest/images/warn.png diff --git a/plugins/autotest/images/xfail.png b/src/plugins/autotest/images/xfail.png similarity index 100% rename from plugins/autotest/images/xfail.png rename to src/plugins/autotest/images/xfail.png diff --git a/plugins/autotest/images/xpass.png b/src/plugins/autotest/images/xpass.png similarity index 100% rename from plugins/autotest/images/xpass.png rename to src/plugins/autotest/images/xpass.png diff --git a/plugins/autotest/testcodeparser.cpp b/src/plugins/autotest/testcodeparser.cpp similarity index 100% rename from plugins/autotest/testcodeparser.cpp rename to src/plugins/autotest/testcodeparser.cpp diff --git a/plugins/autotest/testcodeparser.h b/src/plugins/autotest/testcodeparser.h similarity index 100% rename from plugins/autotest/testcodeparser.h rename to src/plugins/autotest/testcodeparser.h diff --git a/plugins/autotest/testconfiguration.cpp b/src/plugins/autotest/testconfiguration.cpp similarity index 100% rename from plugins/autotest/testconfiguration.cpp rename to src/plugins/autotest/testconfiguration.cpp diff --git a/plugins/autotest/testconfiguration.h b/src/plugins/autotest/testconfiguration.h similarity index 100% rename from plugins/autotest/testconfiguration.h rename to src/plugins/autotest/testconfiguration.h diff --git a/plugins/autotest/testinfo.cpp b/src/plugins/autotest/testinfo.cpp similarity index 100% rename from plugins/autotest/testinfo.cpp rename to src/plugins/autotest/testinfo.cpp diff --git a/plugins/autotest/testinfo.h b/src/plugins/autotest/testinfo.h similarity index 100% rename from plugins/autotest/testinfo.h rename to src/plugins/autotest/testinfo.h diff --git a/plugins/autotest/testnavigationwidget.cpp b/src/plugins/autotest/testnavigationwidget.cpp similarity index 100% rename from plugins/autotest/testnavigationwidget.cpp rename to src/plugins/autotest/testnavigationwidget.cpp diff --git a/plugins/autotest/testnavigationwidget.h b/src/plugins/autotest/testnavigationwidget.h similarity index 100% rename from plugins/autotest/testnavigationwidget.h rename to src/plugins/autotest/testnavigationwidget.h diff --git a/plugins/autotest/testoutputreader.cpp b/src/plugins/autotest/testoutputreader.cpp similarity index 100% rename from plugins/autotest/testoutputreader.cpp rename to src/plugins/autotest/testoutputreader.cpp diff --git a/plugins/autotest/testoutputreader.h b/src/plugins/autotest/testoutputreader.h similarity index 100% rename from plugins/autotest/testoutputreader.h rename to src/plugins/autotest/testoutputreader.h diff --git a/plugins/autotest/testresult.cpp b/src/plugins/autotest/testresult.cpp similarity index 100% rename from plugins/autotest/testresult.cpp rename to src/plugins/autotest/testresult.cpp diff --git a/plugins/autotest/testresult.h b/src/plugins/autotest/testresult.h similarity index 100% rename from plugins/autotest/testresult.h rename to src/plugins/autotest/testresult.h diff --git a/plugins/autotest/testresultdelegate.cpp b/src/plugins/autotest/testresultdelegate.cpp similarity index 100% rename from plugins/autotest/testresultdelegate.cpp rename to src/plugins/autotest/testresultdelegate.cpp diff --git a/plugins/autotest/testresultdelegate.h b/src/plugins/autotest/testresultdelegate.h similarity index 100% rename from plugins/autotest/testresultdelegate.h rename to src/plugins/autotest/testresultdelegate.h diff --git a/plugins/autotest/testresultmodel.cpp b/src/plugins/autotest/testresultmodel.cpp similarity index 100% rename from plugins/autotest/testresultmodel.cpp rename to src/plugins/autotest/testresultmodel.cpp diff --git a/plugins/autotest/testresultmodel.h b/src/plugins/autotest/testresultmodel.h similarity index 100% rename from plugins/autotest/testresultmodel.h rename to src/plugins/autotest/testresultmodel.h diff --git a/plugins/autotest/testresultspane.cpp b/src/plugins/autotest/testresultspane.cpp similarity index 100% rename from plugins/autotest/testresultspane.cpp rename to src/plugins/autotest/testresultspane.cpp diff --git a/plugins/autotest/testresultspane.h b/src/plugins/autotest/testresultspane.h similarity index 100% rename from plugins/autotest/testresultspane.h rename to src/plugins/autotest/testresultspane.h diff --git a/plugins/autotest/testrunner.cpp b/src/plugins/autotest/testrunner.cpp similarity index 100% rename from plugins/autotest/testrunner.cpp rename to src/plugins/autotest/testrunner.cpp diff --git a/plugins/autotest/testrunner.h b/src/plugins/autotest/testrunner.h similarity index 100% rename from plugins/autotest/testrunner.h rename to src/plugins/autotest/testrunner.h diff --git a/plugins/autotest/testsettings.cpp b/src/plugins/autotest/testsettings.cpp similarity index 100% rename from plugins/autotest/testsettings.cpp rename to src/plugins/autotest/testsettings.cpp diff --git a/plugins/autotest/testsettings.h b/src/plugins/autotest/testsettings.h similarity index 100% rename from plugins/autotest/testsettings.h rename to src/plugins/autotest/testsettings.h diff --git a/plugins/autotest/testsettingspage.cpp b/src/plugins/autotest/testsettingspage.cpp similarity index 100% rename from plugins/autotest/testsettingspage.cpp rename to src/plugins/autotest/testsettingspage.cpp diff --git a/plugins/autotest/testsettingspage.h b/src/plugins/autotest/testsettingspage.h similarity index 100% rename from plugins/autotest/testsettingspage.h rename to src/plugins/autotest/testsettingspage.h diff --git a/plugins/autotest/testsettingspage.ui b/src/plugins/autotest/testsettingspage.ui similarity index 100% rename from plugins/autotest/testsettingspage.ui rename to src/plugins/autotest/testsettingspage.ui diff --git a/plugins/autotest/testtreeitem.cpp b/src/plugins/autotest/testtreeitem.cpp similarity index 100% rename from plugins/autotest/testtreeitem.cpp rename to src/plugins/autotest/testtreeitem.cpp diff --git a/plugins/autotest/testtreeitem.h b/src/plugins/autotest/testtreeitem.h similarity index 100% rename from plugins/autotest/testtreeitem.h rename to src/plugins/autotest/testtreeitem.h diff --git a/plugins/autotest/testtreeitemdelegate.cpp b/src/plugins/autotest/testtreeitemdelegate.cpp similarity index 100% rename from plugins/autotest/testtreeitemdelegate.cpp rename to src/plugins/autotest/testtreeitemdelegate.cpp diff --git a/plugins/autotest/testtreeitemdelegate.h b/src/plugins/autotest/testtreeitemdelegate.h similarity index 100% rename from plugins/autotest/testtreeitemdelegate.h rename to src/plugins/autotest/testtreeitemdelegate.h diff --git a/plugins/autotest/testtreemodel.cpp b/src/plugins/autotest/testtreemodel.cpp similarity index 100% rename from plugins/autotest/testtreemodel.cpp rename to src/plugins/autotest/testtreemodel.cpp diff --git a/plugins/autotest/testtreemodel.h b/src/plugins/autotest/testtreemodel.h similarity index 100% rename from plugins/autotest/testtreemodel.h rename to src/plugins/autotest/testtreemodel.h diff --git a/plugins/autotest/testtreeview.cpp b/src/plugins/autotest/testtreeview.cpp similarity index 100% rename from plugins/autotest/testtreeview.cpp rename to src/plugins/autotest/testtreeview.cpp diff --git a/plugins/autotest/testtreeview.h b/src/plugins/autotest/testtreeview.h similarity index 100% rename from plugins/autotest/testtreeview.h rename to src/plugins/autotest/testtreeview.h diff --git a/plugins/autotest/testvisitor.cpp b/src/plugins/autotest/testvisitor.cpp similarity index 100% rename from plugins/autotest/testvisitor.cpp rename to src/plugins/autotest/testvisitor.cpp diff --git a/plugins/autotest/testvisitor.h b/src/plugins/autotest/testvisitor.h similarity index 100% rename from plugins/autotest/testvisitor.h rename to src/plugins/autotest/testvisitor.h diff --git a/plugins/autotest/unit_test/mixed_atp/mixed_atp.pro b/src/plugins/autotest/unit_test/mixed_atp/mixed_atp.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/mixed_atp.pro rename to src/plugins/autotest/unit_test/mixed_atp/mixed_atp.pro diff --git a/plugins/autotest/unit_test/mixed_atp/mixed_atp.qbs b/src/plugins/autotest/unit_test/mixed_atp/mixed_atp.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/mixed_atp.qbs rename to src/plugins/autotest/unit_test/mixed_atp/mixed_atp.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/src/main.cpp b/src/plugins/autotest/unit_test/mixed_atp/src/main.cpp similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/src/main.cpp rename to src/plugins/autotest/unit_test/mixed_atp/src/main.cpp diff --git a/plugins/autotest/unit_test/mixed_atp/src/src.pro b/src/plugins/autotest/unit_test/mixed_atp/src/src.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/src/src.pro rename to src/plugins/autotest/unit_test/mixed_atp/src/src.pro diff --git a/plugins/autotest/unit_test/mixed_atp/src/src.qbs b/src/plugins/autotest/unit_test/mixed_atp/src/src.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/src/src.qbs rename to src/plugins/autotest/unit_test/mixed_atp/src/src.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/auto.pro b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/auto.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/auto.pro rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/auto.pro diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/auto.qbs b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/auto.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/auto.qbs rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/auto.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.pro b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.pro rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.pro diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.qbs b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.qbs rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/bench.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/bench/tst_benchtest.cpp diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.pro b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.pro rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.pro diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.qbs b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.qbs rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/dummy.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.cpp diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/dummy/tst_foo.h diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.pro b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.pro rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.pro diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.qbs b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.qbs rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/tst_guitest.cpp diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/TestDummy.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/bar/tst_foo.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/main.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/main.cpp similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/main.cpp rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/main.cpp diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/notlisted/tst_bla.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.pro b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.pro rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.pro diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.qbs b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.qbs rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/quickauto.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test1.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test2.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto/tst_test3.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/main.cpp b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/main.cpp similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/main.cpp rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/main.cpp diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.pro b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.pro rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.pro diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.qbs b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.qbs rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/quickauto2.qbs diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test1.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml b/src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml rename to src/plugins/autotest/unit_test/mixed_atp/tests/auto/quickauto2/tst_test2.qml diff --git a/plugins/autotest/unit_test/mixed_atp/tests/tests.pro b/src/plugins/autotest/unit_test/mixed_atp/tests/tests.pro similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/tests.pro rename to src/plugins/autotest/unit_test/mixed_atp/tests/tests.pro diff --git a/plugins/autotest/unit_test/mixed_atp/tests/tests.qbs b/src/plugins/autotest/unit_test/mixed_atp/tests/tests.qbs similarity index 100% rename from plugins/autotest/unit_test/mixed_atp/tests/tests.qbs rename to src/plugins/autotest/unit_test/mixed_atp/tests/tests.qbs diff --git a/plugins/autotest/unit_test/plain/plain.pro b/src/plugins/autotest/unit_test/plain/plain.pro similarity index 100% rename from plugins/autotest/unit_test/plain/plain.pro rename to src/plugins/autotest/unit_test/plain/plain.pro diff --git a/plugins/autotest/unit_test/plain/plain.qbs b/src/plugins/autotest/unit_test/plain/plain.qbs similarity index 100% rename from plugins/autotest/unit_test/plain/plain.qbs rename to src/plugins/autotest/unit_test/plain/plain.qbs diff --git a/plugins/autotest/unit_test/plain/test_plain/test_plain.pro b/src/plugins/autotest/unit_test/plain/test_plain/test_plain.pro similarity index 100% rename from plugins/autotest/unit_test/plain/test_plain/test_plain.pro rename to src/plugins/autotest/unit_test/plain/test_plain/test_plain.pro diff --git a/plugins/autotest/unit_test/plain/test_plain/test_plain.qbs b/src/plugins/autotest/unit_test/plain/test_plain/test_plain.qbs similarity index 100% rename from plugins/autotest/unit_test/plain/test_plain/test_plain.qbs rename to src/plugins/autotest/unit_test/plain/test_plain/test_plain.qbs diff --git a/plugins/autotest/unit_test/plain/test_plain/tst_simple.cpp b/src/plugins/autotest/unit_test/plain/test_plain/tst_simple.cpp similarity index 100% rename from plugins/autotest/unit_test/plain/test_plain/tst_simple.cpp rename to src/plugins/autotest/unit_test/plain/test_plain/tst_simple.cpp diff --git a/plugins/autotest/unit_test/plain/test_plain/tst_simple.h b/src/plugins/autotest/unit_test/plain/test_plain/tst_simple.h similarity index 100% rename from plugins/autotest/unit_test/plain/test_plain/tst_simple.h rename to src/plugins/autotest/unit_test/plain/test_plain/tst_simple.h diff --git a/plugins/autotest/unit_test/simple_gt/simple_gt.pro b/src/plugins/autotest/unit_test/simple_gt/simple_gt.pro similarity index 100% rename from plugins/autotest/unit_test/simple_gt/simple_gt.pro rename to src/plugins/autotest/unit_test/simple_gt/simple_gt.pro diff --git a/plugins/autotest/unit_test/simple_gt/src/main.cpp b/src/plugins/autotest/unit_test/simple_gt/src/main.cpp similarity index 100% rename from plugins/autotest/unit_test/simple_gt/src/main.cpp rename to src/plugins/autotest/unit_test/simple_gt/src/main.cpp diff --git a/plugins/autotest/unit_test/simple_gt/src/src.pro b/src/plugins/autotest/unit_test/simple_gt/src/src.pro similarity index 100% rename from plugins/autotest/unit_test/simple_gt/src/src.pro rename to src/plugins/autotest/unit_test/simple_gt/src/src.pro diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt1/further.cpp b/src/plugins/autotest/unit_test/simple_gt/tests/gt1/further.cpp similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt1/further.cpp rename to src/plugins/autotest/unit_test/simple_gt/tests/gt1/further.cpp diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt1/gt1.pro b/src/plugins/autotest/unit_test/simple_gt/tests/gt1/gt1.pro similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt1/gt1.pro rename to src/plugins/autotest/unit_test/simple_gt/tests/gt1/gt1.pro diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt1/main.cpp b/src/plugins/autotest/unit_test/simple_gt/tests/gt1/main.cpp similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt1/main.cpp rename to src/plugins/autotest/unit_test/simple_gt/tests/gt1/main.cpp diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt2/gt2.pro b/src/plugins/autotest/unit_test/simple_gt/tests/gt2/gt2.pro similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt2/gt2.pro rename to src/plugins/autotest/unit_test/simple_gt/tests/gt2/gt2.pro diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt2/main.cpp b/src/plugins/autotest/unit_test/simple_gt/tests/gt2/main.cpp similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt2/main.cpp rename to src/plugins/autotest/unit_test/simple_gt/tests/gt2/main.cpp diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt2/queuetest.h b/src/plugins/autotest/unit_test/simple_gt/tests/gt2/queuetest.h similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt2/queuetest.h rename to src/plugins/autotest/unit_test/simple_gt/tests/gt2/queuetest.h diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt3/dummytest.h b/src/plugins/autotest/unit_test/simple_gt/tests/gt3/dummytest.h similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt3/dummytest.h rename to src/plugins/autotest/unit_test/simple_gt/tests/gt3/dummytest.h diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt3/gt3.pro b/src/plugins/autotest/unit_test/simple_gt/tests/gt3/gt3.pro similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt3/gt3.pro rename to src/plugins/autotest/unit_test/simple_gt/tests/gt3/gt3.pro diff --git a/plugins/autotest/unit_test/simple_gt/tests/gt3/main.cpp b/src/plugins/autotest/unit_test/simple_gt/tests/gt3/main.cpp similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gt3/main.cpp rename to src/plugins/autotest/unit_test/simple_gt/tests/gt3/main.cpp diff --git a/plugins/autotest/unit_test/simple_gt/tests/gtest_dependency.pri b/src/plugins/autotest/unit_test/simple_gt/tests/gtest_dependency.pri similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/gtest_dependency.pri rename to src/plugins/autotest/unit_test/simple_gt/tests/gtest_dependency.pri diff --git a/plugins/autotest/unit_test/simple_gt/tests/tests.pro b/src/plugins/autotest/unit_test/simple_gt/tests/tests.pro similarity index 100% rename from plugins/autotest/unit_test/simple_gt/tests/tests.pro rename to src/plugins/autotest/unit_test/simple_gt/tests/tests.pro