-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonopoly.pro
More file actions
54 lines (46 loc) · 1.05 KB
/
monopoly.pro
File metadata and controls
54 lines (46 loc) · 1.05 KB
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
46
47
48
49
50
51
52
53
54
#-------------------------------------------------
#
# Project created by QtCreator 2014-05-04T13:51:22
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = monopoly
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
Action.cpp \
Bank.cpp \
Board.cpp \
Card.cpp \
centralwidget.cpp \
GotoAction.cpp \
guiplayer.cpp \
guiplayerhorizontal.cpp \
guiplayervertical.cpp \
MoneyAction.cpp \
moveaction.cpp \
player.cpp \
Space.cpp
HEADERS += mainwindow.h \
Action.h \
Bank.h \
Board.h \
Card.h \
centralwidget.h \
GotoAction.h \
guiplayer.h \
guiplayerhorizontal.h \
guiplayervertical.h \
MoneyAction.h \
moveaction.h \
player.h \
Space.h
FORMS += mainwindow.ui
OTHER_FILES += \
monopoly.pro.user \
../../../../images/battleship.png \
../../../../images/board.png \
../../../../images/dog.png \
../../../../images/shoe.png \
../../../../images/thimble.png