From 6c69a6ab7c61d03150ed2e58725c3a61a443fdc0 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 24 May 2019 15:35:20 +0200 Subject: Initial CMake port Crude port of QtQml, QtQmlModels, QtQuick and a few tests and a few examples. Task-number: QTBUG-74136 Change-Id: I5de4d8215b33d1a4a72c2c0e7951e4b384f27e3e Reviewed-by: Simon Hausmann --- examples/qml/shell/CMakeLists.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 examples/qml/shell/CMakeLists.txt (limited to 'examples/qml/shell/CMakeLists.txt') diff --git a/examples/qml/shell/CMakeLists.txt b/examples/qml/shell/CMakeLists.txt new file mode 100644 index 0000000000..2b3bdd4786 --- /dev/null +++ b/examples/qml/shell/CMakeLists.txt @@ -0,0 +1,24 @@ +# Generated from shell.pro. + +##################################################################### +## shell Binary: +##################################################################### + +add_qt_executable(shell + GUI + OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/qml/shell" + INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/qml/shell" + SOURCES + main.cpp + PUBLIC_LIBRARIES + Qt::Qml +) + +## Scopes: +##################################################################### + +#### Keys ignored in scope 2:.:.:shell.pro:WIN32: +# CONFIG = "console" + +#### Keys ignored in scope 3:.:.:shell.pro:APPLE_OSX: +# CONFIG = "-app_bundle" -- cgit v1.2.3