aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt b/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt
deleted file mode 100644
index 1eb7e6a784..0000000000
--- a/tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# Generated from pluginWrongCase.pro.
-
-#####################################################################
-## Plugin Generic Library:
-#####################################################################
-
-qt_internal_add_cmake_library(Plugin
- MODULE
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../imports/org/qtproject/WrongCase"
- SOURCES
- plugin.cpp
- PUBLIC_LIBRARIES
- Qt::Core
- Qt::CorePrivate
- Qt::GuiPrivate
- Qt::Qml
- Qt::QmlPrivate
-)
-
-#### Keys ignored in scope 1:.:.:pluginWrongCase.pro:<TRUE>:
-# IMPORT_FILES = "qmldir"
-# TEMPLATE = "lib"
-
-qt_autogen_tools_initial_setup(Plugin)