Page MenuHomePhabricator (Chris)

deerportal.pro
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

deerportal.pro

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 \
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/*
startfile.path = /opt/deerportal/
startfile.files = DeerPortal.sh
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
INSTALLS += startfile
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.h \
particle.h \
bubble.h
OTHER_FILES += \
CREDITS.md
QMAKE_CXXFLAGS += -std=gnu++0x -Wpedantic
CONFIG += c++11

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 16, 1:57 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77355
Default Alt Text
deerportal.pro (1 KB)

Event Timeline