Commit acf69fd7 by grlabu

Upload New File

parent 550805fc
Showing with 60 additions and 0 deletions
QT += core gui
QT += widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
bossdefeated.cpp \
bossfightend.cpp \
gameover.cpp \
main.cpp \
gameengine.cpp \
gameoverscreen.cpp \
gamescreen.cpp \
mainmenu.cpp \
mainwindow.cpp \
rules.cpp
HEADERS += \
Header.h \
bossdefeated.h \
bossfightend.h \
gameengine.h \
gameover.h \
gameoverscreen.h \
gamescreen.h \
mainmenu.h \
mainwindow.h \
rules.h \
ui_gamescreen.h \
ui_mainmenu.h \
ui_mainwindow.h \
ui_rules.h
FORMS += \
bossdefeated.ui \
bossfightend.ui \
gameover.ui \
mainmenu.ui \
gameoverscreen.ui \
gamescreen.ui \
mainwindow.ui \
rules.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
res.qrc
DISTFILES += \
../../../Downloads/gamescreenbackround.jpg \
../../Downloads/mainwindowback.jpg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment