You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
523 B
24 lines
523 B
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2015-12-20T11:50:09
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += widgets
|
|
QT += designer
|
|
RC_FILE = minesico.rc
|
|
|
|
HEADERS = window.h \
|
|
minesweeperbutton.h \
|
|
board.h
|
|
SOURCES = window.cpp \
|
|
main.cpp \
|
|
minesweeperbutton.cpp \
|
|
board.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/groupbox
|
|
INSTALLS += target
|
|
|
|
RESOURCES += \
|
|
resource.qrc
|
|
|