summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tetrix/tetrix.pro
blob: 759dbb7bc8ea4d010d46b52d8feab1c3bdd313db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tetrix.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/tetrix
INSTALLS += target sources

QT += widgets