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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/calculator
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS calculator.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/calculator
INSTALLS += target sources

QT += widgets