From e2f7df13147a6d8c24abe6043052c81af252e420 Mon Sep 17 00:00:00 2001 From: Apex Liu Date: Sat, 1 Aug 2020 02:14:15 +0800 Subject: [PATCH] .temp. --- client/tp-player/tp-player.pro | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 }