summaryrefslogtreecommitdiffstats
path: root/examples/uitools/multipleinheritance/multipleinheritance.pro
blob: 5340ac513a1cc7c2a6e72fafd06b840605663850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! [0]
SOURCES = calculatorform.cpp main.cpp
HEADERS	= calculatorform.h
FORMS = calculatorform.ui
#! [0]

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

include($$QT_SOURCE_TREE/examples/examplebase.pri)