summaryrefslogtreecommitdiffstats
path: root/plugins/designer/CMakeLists.txt
blob: 3b66627f78684bc0847315d321f0c60990f3992f (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
# Generated from designer.pro.

#####################################################################
## qtchartsdesigner Generic Library:
#####################################################################

qt_internal_add_cmake_library(qtchartsdesigner
    MODULE
    INSTALL_DIRECTORY "$$[QT_INSTALL_PLUGINS]/designer"
    SOURCES
        qchartsplugin.cpp qchartsplugin.h
    INCLUDE_DIRECTORIES
        ${CMAKE_CURRENT_SOURCE_DIR}
        ../../../include
    PUBLIC_LIBRARIES
        Qt::Charts
        Qt::Core
        Qt::Designer
        Qt::Gui
)

# Resources:
set(qchartsplugin_resource_files
    "qcharts.png"
)

qt_internal_add_resource(qtchartsdesigner "qchartsplugin"
    PREFIX
        "/images"
    FILES
        ${qchartsplugin_resource_files}
)


#### Keys ignored in scope 1:.:.:designer.pro:<TRUE>:
# DEPENDPATH = "$$PWD"
# INSTALLS = "target"
# TEMPLATE = "lib"
# target.path = "$$[QT_INSTALL_PLUGINS]/designer"

qt_autogen_tools_initial_setup(qtchartsdesigner)