Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F132191
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/deerportal.pro b/deerportal.pro
index 0d8a51a..dfa6771 100644
--- a/deerportal.pro
+++ b/deerportal.pro
@@ -1,88 +1,96 @@
TEMPLATE = app
CONFIG += console
CONFIG += release
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 \
rounddice.cpp \
guirounddice.cpp \
grouphud.cpp \
animation.cpp \
animatedsprite.cpp \
character.cpp \
data.cpp \
rotateelem.cpp \
boarddiamond.cpp \
boarddiamondseq.cpp \
elem.cpp \
soundfx.cpp \
card.cpp \
pile.cpp \
cardslist.cpp \
command.cpp \
- cardsdeck.cpp
+ cardsdeck.cpp \
+ particlesystem.cpp \
+ calendar.cpp \
+ bubble.cpp
+
LIBS += -lsfml-window -lsfml-system -lsfml-graphics -lsfml-audio
DESTDIR = debian/deerportal/opt/deerportal/
assets.path = /opt/deerportal/assets
assets.files = assets/*
desktop.path = /usr/share/applications
desktop.files = deerportal.desktop
icon.path = /usr/share/icons/hicolor/512x512/apps
icon.files = assets/img/deerportal.png
INSTALLS += assets
INSTALLS += desktop
INSTALLS += icon
HEADERS += \
game.h \
tilemap.h \
selector.h \
playerhud.h \
boardelem.h \
boardelems.h \
textureholder.h \
hover.h \
guiwindow.h \
purchaseguielem.h \
elemsdescription.h \
rounddice.h \
guirounddice.h \
grouphud.h \
data.h \
animation.h \
animatedsprite.h \
character.h \
rotateelem.h \
boarddiamond.h \
boarddiamondseq.h \
elem.h \
soundfx.h \
card.h \
pile.h \
cardslist.h \
command.h \
- cardsdeck.h
- calendar.pagan
+ cardsdeck.h \
+ calendar.h \
+ particle.h \
+ bubble.h
+
+
OTHER_FILES += \
CREDITS.md
QMAKE_CXXFLAGS += -std=gnu++0x -Wpedantic
CONFIG += c++11
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jun 16, 12:30 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70532
Default Alt Text
(2 KB)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline