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 23:52:42 +01:00

24 lines
451 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 \
compas.cpp \
scene.cpp \
menu.cpp
HEADERS += \
game.hpp \
mygame.hpp \
commons.hpp \
button.hpp \
character.hpp \
compas.hpp \
scene.hpp \
menu.hpp