From 4eb1930556fa57a7354f90982f8af1687e952d6d Mon Sep 17 00:00:00 2001 From: tianzhendong <1203886034@qq.com> Date: Wed, 17 May 2023 19:55:20 +0800 Subject: [PATCH] modify output path --- SwitchButton.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwitchButton.pro b/SwitchButton.pro index 1679259..e5d7272 100644 --- a/SwitchButton.pro +++ b/SwitchButton.pro @@ -9,7 +9,7 @@ CONFIG += c++17 # In order to do so, uncomment the following line. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 -DESTDIR = $$PWD/ +DESTDIR = $$PWD/Build/bin MOC_DIR = $$PWD/Build/moc OBJECTS_DIR = $$PWD/Build/objs RCC_DIR = $$PWD/Build/resources