Snake/snake.pro

74 lines
2.2 KiB
Prolog
Raw Normal View History

2018-09-09 15:05:52 +03:00
QT += quick
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
back-end/main.cpp \
2018-09-09 15:30:38 +03:00
back-end/baseclass.cpp \
2018-09-11 20:10:37 +03:00
back-end/head.cpp \
back-end/snake.cpp \
2018-09-27 00:10:42 +03:00
back-end/controller.cpp \
back-end/world.cpp \
back-end/itemworld.cpp \
back-end/box.cpp \
2018-10-11 00:04:52 +03:00
back-end/guiobject.cpp \
back-end/lvls.cpp \
2018-10-11 18:09:35 +03:00
back-end/guiobjectfactory.cpp \
back-end/utils.cpp \
2018-11-28 22:17:30 +03:00
back-end/diff.cpp \
2018-12-01 21:06:40 +03:00
back-end/background.cpp \
back-end/backgrounditem.cpp
2018-09-09 15:05:52 +03:00
RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
HEADERS += \
2018-09-09 15:30:38 +03:00
back-end/baseclass.h \
2018-09-11 20:10:37 +03:00
back-end/head.h \
back-end/snake.h \
2018-09-27 00:10:42 +03:00
back-end/controller.h \
back-end/world.h \
back-end/itemworld.h \
back-end/box.h \
2018-10-11 00:04:52 +03:00
back-end/guiobject.h \
back-end/utils.h \
back-end/lvls.h \
back-end/guiobjectfactory.h \
2018-11-28 22:17:30 +03:00
back-end/diff.h \
2018-12-01 21:06:40 +03:00
back-end/background.h \
back-end/backgrounditem.h
2018-10-09 17:54:12 +03:00
DISTFILES += \
2018-11-25 18:10:08 +03:00
doc/calassdiagramm.qmodel \
android/AndroidManifest.xml \
android/gradle/wrapper/gradle-wrapper.jar \
android/gradlew \
android/res/values/libs.xml \
android/build.gradle \
android/gradle/wrapper/gradle-wrapper.properties \
android/gradlew.bat
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
2018-12-02 14:06:48 +03:00
win32:RC_ICONS += :/logo/icon