-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDWEngineLight.pro
More file actions
45 lines (36 loc) · 966 Bytes
/
DWEngineLight.pro
File metadata and controls
45 lines (36 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#-------------------------------------------------
#
# Project created by QtCreator 2015-05-20T09:23:49
#
#-------------------------------------------------
QT += core gui quick quickwidgets enginio
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = DWEngineLight
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
hitrolldialog.cpp \
armourbypassdialog.cpp \
combatroundwidget.cpp \
combatroundcontroller.cpp \
combatroundmodel.cpp \
playerlistmodel.cpp \
playereditdialog.cpp
HEADERS += mainwindow.h \
player.h \
hitrolldialog.h \
armourbypassdialog.h \
combatroundwidget.h \
combatroundcontroller.h \
combatroundmodel.h \
playerlistmodel.h \
playereditdialog.h
FORMS += mainwindow.ui \
hitrolldialog.ui \
armourbypassdialog.ui \
combatroundwidget.ui \
playereditdialog.ui
DISTFILES += \
CombatRoundQuickWidget.qml
RESOURCES += \
ressources.qrc