summaryrefslogtreecommitdiffstats
path: root/tools/testcon/CMakeLists.txt
blob: 0e8c67e9debb5c49d9dc8f749ba19de704c49d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from testcon.pro.

#####################################################################
## testcon Binary:
#####################################################################

qt_internal_add_app(testcon # special case
#    OUTPUT_DIRECTORY "$$[QT_INSTALL_BINS]" # special case
#    INSTALL_DIRECTORY "$$[QT_INSTALL_BINS]" # special case
    SOURCES
        ambientproperties.cpp ambientproperties.h ambientproperties.ui
        changeproperties.cpp changeproperties.h changeproperties.ui
        controlinfo.cpp controlinfo.h controlinfo.ui
        docuwindow.cpp docuwindow.h
        invokemethod.cpp invokemethod.h invokemethod.ui
        main.cpp
        mainwindow.cpp mainwindow.h mainwindow.ui
    PUBLIC_LIBRARIES
        Qt::AxContainer
        Qt::AxContainerPrivate
        Qt::AxServer
        Qt::Gui
        Qt::PrintSupport
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)

# Resources:
set(testcon_resource_files
    "images/controlmethods.png"
    "images/controlproperties.png"
    "images/filenew.png"
)

qt_internal_add_resource(testcon "testcon" # special case
    PREFIX
        "/"
    FILES
        ${testcon_resource_files}
)


#### Keys ignored in scope 1:.:.:testcon.pro:<TRUE>:
# RC_FILE = "testcon.rc"
# TEMPLATE = "app"

## Scopes:
#####################################################################

#### Keys ignored in scope 2:.:.:testcon.pro:NOT MINGW:
# QMAKE_POST_LINK = "midl" "$$shell_quote($$shell_path $$PWD/testcon.idl)" "&&" "move" "testcon.tlb" "$(TARGETDIR)"