summaryrefslogtreecommitdiffstats
path: root/examples/qws/mousecalibration/mousecalibration.pro
blob: bd318537a3ee02ff8eb2433c81fa48c6eabf2544 (plain)
1
2
3
4
5
6
7
8
9
10
11
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