From 6708c9ca5a282b1f830239d39be95efbab451ab8 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 2 Jun 2021 09:22:12 +0200 Subject: Remove QMake project files This includes removal of the corresponding .prev_CMakeLists.txt files. Keep the pro files in the ivigenerator autotests. Task-number: QTBUG-88742 Change-Id: Idbf40dc5f6469dbea37126ea9b46a6d521f43139 Reviewed-by: Robert Griebl --- tests/auto/auto.pro | 5 --- tests/auto/core/core.pro | 13 ------ .../qmlplugin/.prev_CMakeLists.txt | 45 --------------------- .../qmlplugin/.prev_CMakeLists.txt | 46 ---------------------- .../qmlplugin/.prev_CMakeLists.txt | 45 --------------------- .../qiviabstractfeature/qiviabstractfeature.pro | 16 -------- .../auto/core/qivipagingmodel/qivipagingmodel.pro | 15 ------- .../core/qivipendingreply/qivipendingreply.pro | 15 ------- .../qivisearchandbrowsemodel.pro | 15 ------- .../qivisimulationengine/qivisimulationengine.pro | 13 ------ .../qivisimulationglobalobject.pro | 10 ----- tests/auto/core/queryparser/queryparser.pro | 13 ------ .../core/servicemanagertest/.prev_CMakeLists.txt | 33 ---------------- .../core/servicemanagertest/servicemanagertest.pro | 8 ---- .../simple_plugin/simple_plugin.pro | 16 -------- .../simple_plugin_static/simple_plugin_static.pro | 17 -------- .../core/servicemanagertest/tst_servicemanager.pro | 19 --------- .../wrong_plugin/wrong_plugin.pro | 17 -------- .../wrongmetadata_plugin/wrongmetadata_plugin.pro | 15 ------- .../wrongmetadata_plugin_static.pro | 15 ------- tests/auto/dlt/dlt.pro | 14 ------- tests/auto/vehiclefunctions/basic/basic.pro | 8 ---- tests/auto/vehiclefunctions/vehiclefunctions.pro | 3 -- tests/tests.pro | 5 --- 24 files changed, 421 deletions(-) delete mode 100644 tests/auto/auto.pro delete mode 100644 tests/auto/core/core.pro delete mode 100644 tests/auto/core/ivigenerator/projects/org-example-echo-noanno/qmlplugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/core/ivigenerator/projects/org-example-echo/qmlplugin/.prev_CMakeLists.txt delete mode 100644 tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro delete mode 100644 tests/auto/core/qivipagingmodel/qivipagingmodel.pro delete mode 100644 tests/auto/core/qivipendingreply/qivipendingreply.pro delete mode 100644 tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro delete mode 100644 tests/auto/core/qivisimulationengine/qivisimulationengine.pro delete mode 100644 tests/auto/core/qivisimulationglobalobject/qivisimulationglobalobject.pro delete mode 100644 tests/auto/core/queryparser/queryparser.pro delete mode 100644 tests/auto/core/servicemanagertest/.prev_CMakeLists.txt delete mode 100644 tests/auto/core/servicemanagertest/servicemanagertest.pro delete mode 100644 tests/auto/core/servicemanagertest/simple_plugin/simple_plugin.pro delete mode 100644 tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro delete mode 100644 tests/auto/core/servicemanagertest/tst_servicemanager.pro delete mode 100644 tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro delete mode 100644 tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro delete mode 100644 tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro delete mode 100644 tests/auto/dlt/dlt.pro delete mode 100644 tests/auto/vehiclefunctions/basic/basic.pro delete mode 100644 tests/auto/vehiclefunctions/vehiclefunctions.pro delete mode 100644 tests/tests.pro (limited to 'tests') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro deleted file mode 100644 index 561f32b..0000000 --- a/tests/auto/auto.pro +++ /dev/null @@ -1,5 +0,0 @@ -TEMPLATE = subdirs - -qtHaveModule(ivicore): SUBDIRS += core -qtHaveModule(ivivehiclefunctions): SUBDIRS += vehiclefunctions -qtHaveModule(geniviextras): SUBDIRS += dlt diff --git a/tests/auto/core/core.pro b/tests/auto/core/core.pro deleted file mode 100644 index 98fecbd..0000000 --- a/tests/auto/core/core.pro +++ /dev/null @@ -1,13 +0,0 @@ -TEMPLATE = subdirs - -SUBDIRS = servicemanagertest \ - qiviabstractfeature \ - qivipendingreply \ - queryparser \ - qivipagingmodel \ - qivisearchandbrowsemodel \ - qivisimulationengine \ - qivisimulationglobalobject \ - -QT_FOR_CONFIG += ivicore -qtConfig(ivigenerator): SUBDIRS += ivigenerator diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noanno/qmlplugin/.prev_CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noanno/qmlplugin/.prev_CMakeLists.txt deleted file mode 100644 index 1c6b8ca..0000000 --- a/tests/auto/core/ivigenerator/projects/org-example-echo-noanno/qmlplugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,45 +0,0 @@ -# Generated from qmlplugin.pro. - -cmake_minimum_required(VERSION 3.14) -project(qmlplugin LANGUAGES CXX) - -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) -set(CMAKE_AUTOUIC ON) - -if(NOT DEFINED INSTALL_EXAMPLESDIR) - set(INSTALL_EXAMPLESDIR "examples") -endif() - -set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}") - -find_package(Qt6 COMPONENTS IviCore) -find_package(Qt6 COMPONENTS IviVehicleFunctions) - - -# IVI Generator: -qt6_ivigenerator(qmlplugin - QFACE_SOURCES ../../../org.example.echo.noannotation.qface - QFACE_FORMAT qmlplugin -) -set_target_properties(qmlplugin PROPERTIES - WIN32_EXECUTABLE TRUE - MACOSX_BUNDLE TRUE -) -target_include_directories(qmlplugin PUBLIC - ${CMAKE_CURRENT_BINARY_DIR}/../frontend -) - -target_link_libraries(qmlplugin PUBLIC - # Remove: L${CMAKE_CURRENT_BINARY_DIR}/.. - Qt::IviCore - Qt::IviVehicleFunctions -) - -install(TARGETS qmlplugin - RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}" - BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" - LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}" -) diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt deleted file mode 100644 index 446db66..0000000 --- a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,46 +0,0 @@ -# Generated from qmlplugin.pro. - -cmake_minimum_required(VERSION 3.14) -project(qmlplugin LANGUAGES CXX) - -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) -set(CMAKE_AUTOUIC ON) - -if(NOT DEFINED INSTALL_EXAMPLESDIR) - set(INSTALL_EXAMPLESDIR "examples") -endif() - -set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}") - -find_package(Qt6 COMPONENTS IviCore) -find_package(Qt6 COMPONENTS IviVehicleFunctions) - - -# IVI Generator: -qt6_ivigenerator(qmlplugin - QFACE_SOURCES ../../../org.example.echo.qface - QFACE_FORMAT qmlplugin - QFACE_ANNOTATIONS ../../../no-private.yaml -) -set_target_properties(qmlplugin PROPERTIES - WIN32_EXECUTABLE TRUE - MACOSX_BUNDLE TRUE -) -target_include_directories(qmlplugin PUBLIC - ${CMAKE_CURRENT_BINARY_DIR}/../frontend -) - -target_link_libraries(qmlplugin PUBLIC - # Remove: L${CMAKE_CURRENT_BINARY_DIR}/.. - Qt::IviCore - Qt::IviVehicleFunctions -) - -install(TARGETS qmlplugin - RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}" - BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" - LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}" -) diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo/qmlplugin/.prev_CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo/qmlplugin/.prev_CMakeLists.txt deleted file mode 100644 index 4ca67e8..0000000 --- a/tests/auto/core/ivigenerator/projects/org-example-echo/qmlplugin/.prev_CMakeLists.txt +++ /dev/null @@ -1,45 +0,0 @@ -# Generated from qmlplugin.pro. - -cmake_minimum_required(VERSION 3.14) -project(qmlplugin LANGUAGES CXX) - -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) -set(CMAKE_AUTOUIC ON) - -if(NOT DEFINED INSTALL_EXAMPLESDIR) - set(INSTALL_EXAMPLESDIR "examples") -endif() - -set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}") - -find_package(Qt6 COMPONENTS IviCore) -find_package(Qt6 COMPONENTS IviVehicleFunctions) - - -# IVI Generator: -qt6_ivigenerator(qmlplugin - QFACE_SOURCES ../../../org.example.echo.qface - QFACE_FORMAT qmlplugin -) -set_target_properties(qmlplugin PROPERTIES - WIN32_EXECUTABLE TRUE - MACOSX_BUNDLE TRUE -) -target_include_directories(qmlplugin PUBLIC - ${CMAKE_CURRENT_BINARY_DIR}/../frontend -) - -target_link_libraries(qmlplugin PUBLIC - # Remove: L${CMAKE_CURRENT_BINARY_DIR}/.. - Qt::IviCore - Qt::IviVehicleFunctions -) - -install(TARGETS qmlplugin - RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}" - BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" - LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}" -) diff --git a/tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro b/tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro deleted file mode 100644 index 4b6c8d2..0000000 --- a/tests/auto/core/qiviabstractfeature/qiviabstractfeature.pro +++ /dev/null @@ -1,16 +0,0 @@ -QT += testlib ivicore ivicore-private qml - -TARGET = tst_qiviabstractfeature -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -TEMPLATE = app - -SOURCES += \ - tst_qiviabstractfeature.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" -TESTDATA = testdata/* - -HEADERS += \ - qivifeaturetester.h diff --git a/tests/auto/core/qivipagingmodel/qivipagingmodel.pro b/tests/auto/core/qivipagingmodel/qivipagingmodel.pro deleted file mode 100644 index 9f632db..0000000 --- a/tests/auto/core/qivipagingmodel/qivipagingmodel.pro +++ /dev/null @@ -1,15 +0,0 @@ -QT += testlib ivicore quick ivicore-private core-private - -TARGET = tst_qivipagingmodel -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -TEMPLATE = app - -SOURCES += \ - tst_qivipagingmodel.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" - -DISTFILES += testdata/* - diff --git a/tests/auto/core/qivipendingreply/qivipendingreply.pro b/tests/auto/core/qivipendingreply/qivipendingreply.pro deleted file mode 100644 index 36e0a42..0000000 --- a/tests/auto/core/qivipendingreply/qivipendingreply.pro +++ /dev/null @@ -1,15 +0,0 @@ -QT += testlib ivicore qml - -TARGET = tst_qivipendingreply -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -TEMPLATE = app - -SOURCES += \ - tst_qivipendingreply.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" -TESTDATA = testdata/* - -OTHER_FILES += testdata/* diff --git a/tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro b/tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro deleted file mode 100644 index 89b430c..0000000 --- a/tests/auto/core/qivisearchandbrowsemodel/qivisearchandbrowsemodel.pro +++ /dev/null @@ -1,15 +0,0 @@ -QT += testlib ivicore quick - -TARGET = tst_qivisearchandbrowsemodel -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -TEMPLATE = app - -SOURCES += \ - tst_qivisearchandbrowsemodel.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" - -DISTFILES += testdata/* - diff --git a/tests/auto/core/qivisimulationengine/qivisimulationengine.pro b/tests/auto/core/qivisimulationengine/qivisimulationengine.pro deleted file mode 100644 index e77167f..0000000 --- a/tests/auto/core/qivisimulationengine/qivisimulationengine.pro +++ /dev/null @@ -1,13 +0,0 @@ -QT += testlib ivicore ivicore-private qml - -TARGET = tst_qivisimulationengine -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -TEMPLATE = app - -SOURCES += \ - tst_qivisimulationengine.cpp - -RESOURCES += \ - resource.qrc diff --git a/tests/auto/core/qivisimulationglobalobject/qivisimulationglobalobject.pro b/tests/auto/core/qivisimulationglobalobject/qivisimulationglobalobject.pro deleted file mode 100644 index ad61137..0000000 --- a/tests/auto/core/qivisimulationglobalobject/qivisimulationglobalobject.pro +++ /dev/null @@ -1,10 +0,0 @@ -QT += testlib ivicore ivicore-private qml - -TARGET = tst_qivisimulationglobalobject -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -TEMPLATE = app - -SOURCES += \ - tst_qivisimulationglobalobject.cpp diff --git a/tests/auto/core/queryparser/queryparser.pro b/tests/auto/core/queryparser/queryparser.pro deleted file mode 100644 index fe227c3..0000000 --- a/tests/auto/core/queryparser/queryparser.pro +++ /dev/null @@ -1,13 +0,0 @@ -QT += testlib ivicore ivicore-private qml - -TARGET = tst_queryparser -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -TEMPLATE = app - -SOURCES += \ - tst_queryparser.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" -TESTDATA = testdata/* diff --git a/tests/auto/core/servicemanagertest/.prev_CMakeLists.txt b/tests/auto/core/servicemanagertest/.prev_CMakeLists.txt deleted file mode 100644 index b4dc93f..0000000 --- a/tests/auto/core/servicemanagertest/.prev_CMakeLists.txt +++ /dev/null @@ -1,33 +0,0 @@ -# Generated from servicemanagertest.pro. - -##################################################################### -## tst_servicemanagertest Test: -##################################################################### - -qt_add_test(tst_servicemanagertest - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" - SOURCES - tst_servicemanagertest.cpp - DEFINES - SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\" - PUBLIC_LIBRARIES - # Remove: Lqtivi - Qt::IviCore - Qt::IviCorePrivate -) - -#### Keys ignored in scope 2:.:.:tst_servicemanager.pro:: -# TEMPLATE = "app" - -## Scopes: -##################################################################### - -qt_extend_target(tst_servicemanagertest CONDITION QT_FEATURE_debug_and_release - DEFINES - DEBUG_AND_RELEASE -) -add_subdirectory(simple_plugin) -add_subdirectory(simple_plugin_static) -add_subdirectory(wrong_plugin) -add_subdirectory(wrongmetadata_plugin) -add_subdirectory(wrongmetadata_plugin_static) diff --git a/tests/auto/core/servicemanagertest/servicemanagertest.pro b/tests/auto/core/servicemanagertest/servicemanagertest.pro deleted file mode 100644 index c3d8a69..0000000 --- a/tests/auto/core/servicemanagertest/servicemanagertest.pro +++ /dev/null @@ -1,8 +0,0 @@ -TEMPLATE=subdirs -CONFIG += ordered -SUBDIRS = simple_plugin \ - simple_plugin_static \ - wrong_plugin \ - wrongmetadata_plugin \ - wrongmetadata_plugin_static \ - tst_servicemanager.pro diff --git a/tests/auto/core/servicemanagertest/simple_plugin/simple_plugin.pro b/tests/auto/core/servicemanagertest/simple_plugin/simple_plugin.pro deleted file mode 100644 index 88db558..0000000 --- a/tests/auto/core/servicemanagertest/simple_plugin/simple_plugin.pro +++ /dev/null @@ -1,16 +0,0 @@ -TARGET = $$qtLibraryTarget(simple_plugin) -DESTDIR = $$OUT_PWD/../qtivi/ -TEMPLATE = lib -CONFIG += plugin -QT += core ivicore - -qtConfig(debug_and_release): CONFIG += build_all -!macos:!win32:build_pass:CONFIG(debug, debug|release) { - TARGET = $$join(TARGET,,,_debug) -} - -SOURCES += simpleplugin.cpp \ - -HEADERS += simpleplugin.h \ - -DISTFILES += simple_plugin.json diff --git a/tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro b/tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro deleted file mode 100644 index 04c3853..0000000 --- a/tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro +++ /dev/null @@ -1,17 +0,0 @@ -TARGET = $$qtLibraryTarget(simple_plugin_static) -DESTDIR = $$OUT_PWD/../qtivi/ -TEMPLATE = lib -CONFIG += plugin static -QT += core ivicore - -# On a macos framework build, we need both plugin versions, -# because debug/release is decided at runtime. -macos:qtConfig(framework) { - CONFIG += debug_and_release build_all -} - -SOURCES += simplestaticplugin.cpp \ - -HEADERS += simplestaticplugin.h \ - -DISTFILES += simple_plugin.json diff --git a/tests/auto/core/servicemanagertest/tst_servicemanager.pro b/tests/auto/core/servicemanagertest/tst_servicemanager.pro deleted file mode 100644 index 47cf688..0000000 --- a/tests/auto/core/servicemanagertest/tst_servicemanager.pro +++ /dev/null @@ -1,19 +0,0 @@ -QT += testlib ivicore ivicore-private - -TARGET = tst_servicemanagertest -CONFIG += testcase - -DESTDIR = $$OUT_PWD - -qtConfig(debug_and_release) { - DEFINES += DEBUG_AND_RELEASE -} - -LIBS += -Lqtivi -l$$qtLibraryTarget(simple_plugin_static) -l$$qtLibraryTarget(wrongmetadata_plugin_static) - -TEMPLATE = app - -SOURCES += \ - tst_servicemanagertest.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" diff --git a/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro b/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro deleted file mode 100644 index 262e17c..0000000 --- a/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro +++ /dev/null @@ -1,17 +0,0 @@ -TARGET = $$qtLibraryTarget(wrong_plugin) -DESTDIR = $$OUT_PWD/../qtivi/ -TEMPLATE = lib -CONFIG += plugin -QT += core ivicore - -# On a macos framework build, we need both plugin versions, -# because debug/release is decided at runtime. -macos:qtConfig(framework) { - CONFIG += debug_and_release build_all -} - -SOURCES += wrongplugin.cpp \ - -HEADERS += wrongplugin.h \ - -DISTFILES += wrong_plugin.json diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro b/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro deleted file mode 100644 index d14db95..0000000 --- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro +++ /dev/null @@ -1,15 +0,0 @@ -TARGET = $$qtLibraryTarget(wrongmetadata_plugin) -DESTDIR = $$OUT_PWD/../qtivi/ -TEMPLATE = lib -CONFIG += plugin -QT += core ivicore - -# On a macos framework build, we need both plugin versions, -# because debug/release is decided at runtime. -macos:qtConfig(framework) { - CONFIG += debug_and_release build_all -} - -SOURCES += wrongmetadataplugin.cpp \ - -HEADERS += wrongmetadataplugin.h \ diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro b/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro deleted file mode 100644 index 238a67d..0000000 --- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro +++ /dev/null @@ -1,15 +0,0 @@ -TARGET = $$qtLibraryTarget(wrongmetadata_plugin_static) -DESTDIR = $$OUT_PWD/../qtivi/ -TEMPLATE = lib -CONFIG += plugin static -QT += core ivicore - -# On a macos framework build, we need both plugin versions, -# because debug/release is decided at runtime. -macos:qtConfig(framework) { - CONFIG += debug_and_release build_all -} - -SOURCES += wrongmetadatastaticplugin.cpp \ - -HEADERS += wrongmetadatastaticplugin.h \ diff --git a/tests/auto/dlt/dlt.pro b/tests/auto/dlt/dlt.pro deleted file mode 100644 index 2b0c6fb..0000000 --- a/tests/auto/dlt/dlt.pro +++ /dev/null @@ -1,14 +0,0 @@ -QT += testlib geniviextras - -TARGET = tst_dlt -QMAKE_PROJECT_NAME = $$TARGET -CONFIG += testcase - -QMAKE_USE += dlt - -TEMPLATE = app - -SOURCES += \ - tst_dlt.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" diff --git a/tests/auto/vehiclefunctions/basic/basic.pro b/tests/auto/vehiclefunctions/basic/basic.pro deleted file mode 100644 index 512434c..0000000 --- a/tests/auto/vehiclefunctions/basic/basic.pro +++ /dev/null @@ -1,8 +0,0 @@ -TARGET = tst_basic -QMAKE_PROJECT_NAME = $$TARGET - -QT += testlib core ivicore ivivehiclefunctions -CONFIG += c++11 ivigenerator testcase - -QFACE_FORMAT = test -QFACE_SOURCES += ../../../../src/ivivehiclefunctions/ivivehiclefunctions.qface diff --git a/tests/auto/vehiclefunctions/vehiclefunctions.pro b/tests/auto/vehiclefunctions/vehiclefunctions.pro deleted file mode 100644 index c3856df..0000000 --- a/tests/auto/vehiclefunctions/vehiclefunctions.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE = subdirs - -SUBDIRS = basic diff --git a/tests/tests.pro b/tests/tests.pro deleted file mode 100644 index 432c5cf..0000000 --- a/tests/tests.pro +++ /dev/null @@ -1,5 +0,0 @@ -TEMPLATE = subdirs - -qtHaveModule(gui): { - SUBDIRS = auto -} -- cgit v1.2.1