Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F102527
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/pagan_board.pro b/pagan_board.pro
index e0b5c62..d947ea7 100644
--- a/pagan_board.pro
+++ b/pagan_board.pro
@@ -1,59 +1,60 @@
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
CONFIG += c++11
SOURCES += main.cpp \
game.cpp \
tilemap.cpp \
selector.cpp \
playerhud.cpp \
boardelem.cpp \
boardelems.cpp \
textureholder.cpp \
hover.cpp \
guiwindow.cpp \
purchaseguielem.cpp \
guichoosebuilding.cpp \
rounddice.cpp \
guirounddice.cpp \
grouphud.cpp \
animation.cpp \
animatedsprite.cpp \
character.cpp \
data.cpp
LIBS += -lsfml-window -lsfml-system -lsfml-graphics -lsfml-audio
DESTDIR = ../build_release_pagan_board
assets.path = $${DESTDIR}/assets
assets.files = assets/*
INSTALLS += assets
HEADERS += \
game.h \
tilemap.h \
selector.h \
playerhud.h \
boardelem.h \
boardelems.h \
textureholder.h \
hover.h \
guiwindow.h \
purchaseguielem.h \
guichoosebuilding.h \
elemsdescription.h \
rounddice.h \
guirounddice.h \
grouphud.h \
data.h \
animation.h \
animatedsprite.h \
character.h
RESOURCES += \
images.qrc
OTHER_FILES += \
CREDITS.md
+QMAKE_CXXFLAGS += -std=c++0x
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Feb 4, 12:10 PM (4 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55598
Default Alt Text
(1 KB)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline
Log In to Comment