QT += widgets HEADERS = mainwindow.h \ tabletcanvas.h \ tabletapplication.h SOURCES = mainwindow.cpp \ main.cpp \ tabletcanvas.cpp \ tabletapplication.cpp # install target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/tablet INSTALLS += target