summaryrefslogtreecommitdiffstats
path: root/examples/qws/mousecalibration/mousecalibration.pro
blob: 6f60b6dce97dd5fa8cfcc23623e0253b7c9c334a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS += calibration.h \
	   scribblewidget.h
SOURCES += calibration.cpp \
	   scribblewidget.cpp \
	   main.cpp

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

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