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

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