From 4d189093869c1bea28e96e7e24cd00dabbf017f9 Mon Sep 17 00:00:00 2001 From: Mathew Velasquez Date: Wed, 17 Feb 2016 19:01:58 -0500 Subject: [PATCH] Fixed build on Windows --- mkxp.pro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mkxp.pro b/mkxp.pro index c1f9103..eee0640 100644 --- a/mkxp.pro +++ b/mkxp.pro @@ -101,18 +101,19 @@ unix { win32 { QMAKE_CXXFLAGS += -std=gnu++11 QMAKE_LFLAGS += -std=gnu++11 - PKGCONFIG += sigc++-2.0 pixman-1 zlib \ - sdl2 SDL2_image SDL2_ttf openal SDL_sound vorbisfile freetype2 - LIBS += -lphysfs -lboost_program_options-mt -lsecur32 STEAM { equals(STEAMARCH, 64) { - LIBS += -l$$STEAMWORKS/redistributable_bin/win64/steam_api64.lib + LIBS += -L$$STEAMWORKS/redistributable_bin/win64 -lsteam_api64 } else { - LIBS += -l$$STEAMWORKS/redistributable_bin/steam_api.lib + LIBS += -L$$STEAMWORKS/redistributable_bin -lsteam_api } } + PKGCONFIG += sigc++-2.0 pixman-1 zlib \ + sdl2 SDL2_image SDL2_ttf openal SDL_sound vorbisfile freetype2 + LIBS += -lphysfs -lboost_program_options-mt -lsecur32 + # Deal with boost paths... isEmpty(BOOST_I) { BOOST_I = $$(BOOST_I)