summaryrefslogtreecommitdiffstats
path: root/examples/demos/calqlatr/calqlatr.pro
blob: a4e34fbb7d5ba8e969936246bd3a69f492c633d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app

QT += qml quick
SOURCES += main.cpp

RESOURCES += calqlatr.qrc

OTHER_FILES = calqlatr.qml \
    content/Display.qml \
    content/NumberPad.qml \
    content/CalculatorButton.qml \
    content/calculator.js \
    content/images/paper-edge-left.png \
    content/images/paper-edge-right.png \
    content/images/paper-grip.png

target.path = $$[QT_INSTALL_EXAMPLES]/demos/calqlatr
INSTALLS += target