You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
398 B
Prolog

TEMPLATE = app
QMAKE_CXXFLAGS = -Wall -Werror -Wextra -Wpedantic -Wconversion -std=c++17 -O2 -g
CONFIG += c++17
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += \
board.cpp \
application.cpp \
main.cpp
HEADERS += \
board.h \
filepath_util.h \
application.h \
output_util.h
unix:LIBS += -lsfml-graphics -lsfml-audio -lsfml-window -lsfml-system