aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-02 09:22:12 +0200
committerDominik Holland <dominik.holland@qt.io>2021-06-02 21:18:15 +0200
commit6708c9ca5a282b1f830239d39be95efbab451ab8 (patch)
tree0d4bcae57e1b351652be8b0f2951e7e8decf05ba /tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt
parent19648f59ff339d986efca274be0d8093bc2178aa (diff)
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 <robert.griebl@qt.io>
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/.prev_CMakeLists.txt46
1 files changed, 0 insertions, 46 deletions
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}"
-)