Page MenuHomePhabricator (Chris)

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
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

Mime Type
text/x-diff
Expires
Wed, Feb 4, 12:10 PM (7 h, 17 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55598
Default Alt Text
(1 KB)

Event Timeline