summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/calculator/calculator.pro
blob: 715d450003fa849e2891b2ffe7b0294a241f0a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS       = button.h \
                calculator.h
SOURCES       = button.cpp \
                calculator.cpp \
                main.cpp

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

QT += widgets