summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tetrix/tetrix.pro
blob: bb9f855fb0717e355cca91926978b76e79639d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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