summaryrefslogtreecommitdiffstats
path: root/tests/manual/candlesticktester/CMakeLists.txt
blob: 093ee8d20a7b6527d710c27457bec251e11ad5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from candlesticktester.pro.

#####################################################################
## candlesticktester Binary:
#####################################################################

qt_internal_add_manual_test(candlesticktester
    GUI
    SOURCES
        customtablemodel.cpp customtablemodel.h
        main.cpp
        mainwidget.cpp mainwidget.h
    PUBLIC_LIBRARIES
        Qt::Charts
        Qt::Gui
        Qt::OpenGL
        Qt::OpenGLWidgets
        Qt::Widgets
)