diff --git a/client/tp-player/tp-player.pro b/client/tp-player/tp-player.pro index 8524c2f..b300c8f 100644 --- a/client/tp-player/tp-player.pro +++ b/client/tp-player/tp-player.pro @@ -61,19 +61,19 @@ macx:CONFIG(release, debug|release): { LIBS += -L$$PWD/../../external/macos/release/lib/ -lz DESTDIR = $$PWD/../../out/client/x64/release - UI_DIR += $$PWD/../../out/_tmp_/tp-player/debug - RCC_DIR += $$PWD/../../out/_tmp_/tp-player/debug - MOC_DIR += $$PWD/../../out/_tmp_/tp-player/debug - OBJECTS_DIR += $$PWD/../../out/_tmp_/tp-player/debug + UI_DIR += $$PWD/../../out/_tmp_/tp-player/release + RCC_DIR += $$PWD/../../out/_tmp_/tp-player/release + MOC_DIR += $$PWD/../../out/_tmp_/tp-player/release + OBJECTS_DIR += $$PWD/../../out/_tmp_/tp-player/release } else:macx:CONFIG(debug, debug|release): { LIBS += -L$$PWD/../../external/macos/release/lib/ -lz DESTDIR = $$PWD/../../out/client/x64/debug - UI_DIR += $$PWD/../../out/_tmp_/tp-player/release - RCC_DIR += $$PWD/../../out/_tmp_/tp-player/release - MOC_DIR += $$PWD/../../out/_tmp_/tp-player/release - OBJECTS_DIR += $$PWD/../../out/_tmp_/tp-player/release + UI_DIR += $$PWD/../../out/_tmp_/tp-player/debug + RCC_DIR += $$PWD/../../out/_tmp_/tp-player/debug + MOC_DIR += $$PWD/../../out/_tmp_/tp-player/debug + OBJECTS_DIR += $$PWD/../../out/_tmp_/tp-player/debug }