Hello
Im new to SFML and C++ und try to Link the Library with QTCreator.
I use this tutorial:
https://github.com/SFML/SFML/wiki/Tutorial%3A-Link-SFML-with-Qt-Creatorthe CompilerVersion fix to the SFML Verion.
But when i try to compile a little test.
QTCreator say this to me:
C:\Qt\5.13.1\mingw73_64\bin\qmake.exe -o Makefile ..\SFML-Test\SFML-Test.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
/usr/bin/sh: -c: line 3: syntax error: unexpected end of file
mingw32-make: *** [Makefile:248: Makefile] Error 258
14:47:27: Der Prozess "C:\Qt\Tools\mingw730_64\bin\mingw32-make.exe" wurde mit dem Rückgabewert 2 beendet.
Fehler beim Erstellen/Deployment des Projekts SFML-Test (Kit: Desktop Qt 5.13.1 MinGW 64-bit)
Bei der Ausführung von Schritt "Make"
I dont know what to do next...
Please,can you help me ??
Thanks