This repository has been archived on 2022-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
WaveGGJ17/VaporWaveWars/VaporWaveWars.pro
2017-01-20 20:59:31 +01:00

18 lines
355 B
Prolog

TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
LIBS += -lsfml-system -lsfml-graphics -lsfml-window -lsfml-audio
QMAKE_CXXFLAGS += -std=c++11
SOURCES += main.cpp \
game.cpp \
mygame.cpp \
button.cpp \
character.cpp
HEADERS += \
game.hpp \
mygame.hpp \
commons.hpp \
button.hpp \
character.hpp