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