tetrix.pro Example File

widgets/tetrix/tetrix.pro
 QT += widgets

 HEADERS       = tetrixboard.h \
                 tetrixpiece.h \
                 tetrixwindow.h
 SOURCES       = main.cpp \
                 tetrixboard.cpp \
                 tetrixpiece.cpp \
                 tetrixwindow.cpp

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/tetrix
 INSTALLS += target