| 
 scribble.pro Example Filewidgets/scribble/scribble.pro HEADERS       = mainwindow.h \
                 scribblearea.h
 SOURCES       = main.cpp \
                 mainwindow.cpp \
                 scribblearea.cpp
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/scribble
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS scribble.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/scribble
 INSTALLS += target sources
 QT += widgets printsupport |