summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/calculator/calculator.pro
blob: 5ee6928c7d123d5dbc54c58c9d8ccdf15fe5d899 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS       = button.h \
                calculator.h
SOURCES       = button.cpp \
                calculator.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/calculator
INSTALLS += target