# Generated from qml.pro. ##################################################################### ## qml Tool: ##################################################################### add_qt_tool(qml SOURCES conf.h main.cpp LIBRARIES Qt::CorePrivate Qt::QmlPrivate PUBLIC_LIBRARIES Qt::Qml ) # Resources: set(qml_resource_files "conf/content/resizeItemToWindow.qml" "conf/content/resizeWindowToItem.qml" "conf/default.qml" "conf/resizeToItem.qml" "resources/qml-64.png" ) add_qt_resource(qml "qml" PREFIX "/qt-project.org/QmlRuntime" FILES ${qml_resource_files} ) #### Keys ignored in scope 1:.:.:qml.pro:: # ICON = "resources/qml64.png" # QMAKE_TARGET_DESCRIPTION = "QML" "Runtime" ## Scopes: ##################################################################### extend_target(qml CONDITION TARGET Qt::Gui PUBLIC_LIBRARIES Qt::Gui ) extend_target(qml CONDITION TARGET Qt::Widgets PUBLIC_LIBRARIES Qt::Widgets ) #### Keys ignored in scope 4:.:.:qml.pro:WIN32: # RC_ICONS = "resources/qml.ico" #### Keys ignored in scope 5:.:.:qml.pro:APPLE: # ICON = "resources/qml.icns" # OTHER_FILES = "resources/Info.plist" # QMAKE_INFO_PLIST = "resources/Info.plist" extend_target(qml CONDITION QT_FEATURE_qml_debug DEFINES QT_QML_DEBUG_NO_WARNING )