1QT += testlib
2SOURCES = main.cpp \
3    touchwidget.cpp
4FORMS += form.ui
5HEADERS += touchwidget.h
6