blob: e0d58ee6fe7728be6082eaa95998281aa47e4c03 (
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
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from chartdesigner.pro.
#####################################################################
## chartdesigner Binary:
#####################################################################
qt_internal_add_manual_test(chartdesigner
GUI
SOURCES
brushwidget.cpp brushwidget.h
engine.cpp engine.h
main.cpp
mainwindow.cpp mainwindow.h
objectinspectorwidget.cpp objectinspectorwidget.h
penwidget.cpp penwidget.h
NO_PCH_SOURCES
engine.cpp # undef QT_NO_FOREACH
mainwindow.cpp # undef QT_NO_FOREACH
LIBRARIES
Qt::Charts
Qt::Gui
)
## Scopes:
#####################################################################
#### Keys ignored in scope 2:.:.:chartdesigner.pro:NOT system_build AND APPLE:
# QMAKE_POST_LINK = "$$MAC_POST_LINK_PREFIX $$MAC_TESTS_BIN_DIR"
|