summaryrefslogtreecommitdiffstats
path: root/src/qtdiag/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtdiag/.prev_CMakeLists.txt')
-rw-r--r--src/qtdiag/.prev_CMakeLists.txt42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/qtdiag/.prev_CMakeLists.txt b/src/qtdiag/.prev_CMakeLists.txt
deleted file mode 100644
index fe53247d9..000000000
--- a/src/qtdiag/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-# Generated from qtdiag.pro.
-
-#####################################################################
-## qtdiag App:
-#####################################################################
-
-qt_internal_add_app(qtdiag
- SOURCES
- main.cpp
- qtdiag.cpp qtdiag.h
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::Gui
- Qt::GuiPrivate
-)
-set_target_properties(qtdiag PROPERTIES
- WIN32_EXECUTABLE FALSE
-)
-
-#### Keys ignored in scope 1:.:.:qtdiag.pro:<TRUE>:
-# QT_FOR_CONFIG = "tools-private"
-# _REQUIREMENTS = "qtConfig(qtdiag)"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(qtdiag CONDITION QT_FEATURE_opengl
- PUBLIC_LIBRARIES
- Qt::OpenGL
-)
-
-qt_extend_target(qtdiag CONDITION TARGET Qt::Widgets
- PUBLIC_LIBRARIES
- Qt::Widgets
-)
-
-qt_extend_target(qtdiag CONDITION TARGET Qt::Network
- DEFINES
- NETWORK_DIAG
- PUBLIC_LIBRARIES
- Qt::Network
-)