aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/canvas/stockchart/stockchart.pro
blob: 832b2ea7285c1e7799837ce07fa08ec510c46cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = app

QT += declarative

RESOURCES += stockchart.qrc

HEADERS = model.h
SOURCES = main.cpp model.cpp

macx: CONFIG -= app_bundle
CONFIG += console

OTHER_FILES += \
    stock.qml \
    contents/Stocks.qml \
    contents/ScrollBar.qml \
    contents/TitleBar.qml \
    contents/Button.qml \
    contents/ToolBar.qml