Skip to content

Commit 069b1a0

Browse files
committed
Link SFML in release mode
1 parent 95c6939 commit 069b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spinning-numbers/spinning-numbers.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DESTDIR=build
77
OBJECTS_DIR=build/obj
88

99
QT += core gui
10-
LIBS += -lsfml-graphics-d -lsfml-window-d -lsfml-system-d -lQSFML
10+
LIBS += -lsfml-graphics -lsfml-window -lsfml-system -lQSFML
1111
QMAKE_CXXFLAGS += -std=c++11 -Wno-sign-compare -g
1212

1313
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

0 commit comments

Comments
 (0)