summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-03-21 18:44:50 +0100
committerKai Köhne <kai.koehne@qt.io>2022-03-22 15:32:23 +0100
commitadc5b25901bb8c603a3c729a62a5b54567e0ee6e (patch)
tree9a16a0526a2f5e5f34cdcda9fb53c8e0b7b9c2ae /tests/postbuild
parentb345896411267ec9aa25c0a2b7f18e0387711bbf (diff)
Remove .prev_CMakeLists.txt
These are leftovers from the qmake conversion. Change-Id: Ic03afab31c92c86f2886fbf9b088a7fbc3c5ac28 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/postbuild')
-rw-r--r--tests/postbuild/bic/.prev_CMakeLists.txt16
-rw-r--r--tests/postbuild/guiapplauncher/.prev_CMakeLists.txt31
2 files changed, 0 insertions, 47 deletions
diff --git a/tests/postbuild/bic/.prev_CMakeLists.txt b/tests/postbuild/bic/.prev_CMakeLists.txt
deleted file mode 100644
index 8906191f..00000000
--- a/tests/postbuild/bic/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# Generated from bic.pro.
-
-#####################################################################
-## tst_bic Test:
-#####################################################################
-
-qt_internal_add_test(tst_bic
- SOURCES
- ../global.h
- qbic.cpp qbic.h
- tst_bic.cpp
- DEFINES
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
- INCLUDE_DIRECTORIES
- ..
-)
diff --git a/tests/postbuild/guiapplauncher/.prev_CMakeLists.txt b/tests/postbuild/guiapplauncher/.prev_CMakeLists.txt
deleted file mode 100644
index b13a4f9f..00000000
--- a/tests/postbuild/guiapplauncher/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-# Generated from guiapplauncher.pro.
-
-#####################################################################
-## tst_guiapplauncher Test:
-#####################################################################
-
-qt_internal_add_test(tst_guiapplauncher
- SOURCES
- tst_guiapplauncher.cpp
- windowmanager.cpp windowmanager.h
- DEFINES
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
- PUBLIC_LIBRARIES
- Qt::Gui
-)
-
-#### Keys ignored in scope 1:.:.:guiapplauncher.pro:<TRUE>:
-# TEMPLATE = "app"
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_guiapplauncher CONDITION WIN32
- PUBLIC_LIBRARIES
- user32
-)
-
-qt_internal_extend_target(tst_guiapplauncher CONDITION QT_CONFIG___contains___xlib
- DEFINES
- Q_WS_X11
-)