# Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause # Generated from abstracttablemodel.pro. if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT) cmake_minimum_required(VERSION 3.16) project(tableview_abstracttablemodel LANGUAGES C CXX ASM) find_package(Qt6BuildInternals COMPONENTS STANDALONE_TEST) endif() ##################################################################### ## tableview_abstracttablemodel Binary: ##################################################################### qt_internal_add_manual_test(tableview_abstracttablemodel GUI SOURCES main.cpp LIBRARIES Qt::Gui Qt::Qml Qt::Quick ) # Resources: set(qmake_immediate_resource_files "Button.qml" "main.qml" ) qt_internal_add_resource(tableview_abstracttablemodel "qmake_immediate" PREFIX "/" FILES ${qmake_immediate_resource_files} ) #### Keys ignored in scope 1:.:.:abstracttablemodel.pro:: # TEMPLATE = "app" ## Scopes: ##################################################################### #### Keys ignored in scope 2:.:.:abstracttablemodel.pro:QNX: # target.path = "/tmp/$${TARGET}/bin" #### Keys ignored in scope 4:.:.:abstracttablemodel.pro:UNIX AND NOT ANDROID: # target.path = "/opt/$${TARGET}/bin" #### Keys ignored in scope 5:.:.:abstracttablemodel.pro:NOT target.path_ISEMPTY: # INSTALLS = "target"