From 62531a00f0c0f140f11b50ceb3b8994a8eea8a45 Mon Sep 17 00:00:00 2001 From: feiyangqingyun Date: Wed, 17 Nov 2021 17:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third/designer/designer.pro | 4 ---- tool/keydemo/keydemo.pro | 4 ---- tool/keytool/keytool.pro | 4 ---- tool/livedemo/livedemo.pro | 4 ---- tool/livetool/livetool.pro | 4 ---- widget/lunarcalendarwidget/lunarcalendarwidget.pro | 4 ---- 6 files changed, 24 deletions(-) diff --git a/third/designer/designer.pro b/third/designer/designer.pro index b3c5b0c..994ff8f 100644 --- a/third/designer/designer.pro +++ b/third/designer/designer.pro @@ -3,10 +3,6 @@ LIBS += -lQtDesignerComponents -lQtDesigner TARGET = designer TEMPLATE = app -MOC_DIR = temp/moc -RCC_DIR = temp/rcc -UI_DIR = temp/ui -OBJECTS_DIR = temp/obj DESTDIR = $$PWD/../bin RC_FILE = main.rc TRANSLATIONS = designer_zh_CN.ts diff --git a/tool/keydemo/keydemo.pro b/tool/keydemo/keydemo.pro index e9745da..e677327 100644 --- a/tool/keydemo/keydemo.pro +++ b/tool/keydemo/keydemo.pro @@ -4,10 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat TARGET = keydemo TEMPLATE = app -MOC_DIR = temp/moc -RCC_DIR = temp/rcc -UI_DIR = temp/ui -OBJECTS_DIR = temp/obj DESTDIR = $$PWD/../bin CONFIG += warn_off diff --git a/tool/keytool/keytool.pro b/tool/keytool/keytool.pro index 4d10e8a..fc3f106 100644 --- a/tool/keytool/keytool.pro +++ b/tool/keytool/keytool.pro @@ -4,10 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat TARGET = keytool TEMPLATE = app -MOC_DIR = temp/moc -RCC_DIR = temp/rcc -UI_DIR = temp/ui -OBJECTS_DIR = temp/obj DESTDIR = $$PWD/../bin CONFIG += warn_off diff --git a/tool/livedemo/livedemo.pro b/tool/livedemo/livedemo.pro index d334b9e..081090c 100644 --- a/tool/livedemo/livedemo.pro +++ b/tool/livedemo/livedemo.pro @@ -4,10 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat TARGET = livedemo TEMPLATE = app -MOC_DIR = temp/moc -RCC_DIR = temp/rcc -UI_DIR = temp/ui -OBJECTS_DIR = temp/obj DESTDIR = $$PWD/../bin CONFIG += warn_off diff --git a/tool/livetool/livetool.pro b/tool/livetool/livetool.pro index e771722..2c67078 100644 --- a/tool/livetool/livetool.pro +++ b/tool/livetool/livetool.pro @@ -4,10 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat TARGET = livetool TEMPLATE = app -MOC_DIR = temp/moc -RCC_DIR = temp/rcc -UI_DIR = temp/ui -OBJECTS_DIR = temp/obj DESTDIR = $$PWD/../bin CONFIG += warn_off diff --git a/widget/lunarcalendarwidget/lunarcalendarwidget.pro b/widget/lunarcalendarwidget/lunarcalendarwidget.pro index 6303eba..201f0dc 100644 --- a/widget/lunarcalendarwidget/lunarcalendarwidget.pro +++ b/widget/lunarcalendarwidget/lunarcalendarwidget.pro @@ -4,10 +4,6 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat TARGET = lunarcalendarwidget TEMPLATE = app -MOC_DIR = temp/moc -RCC_DIR = temp/rcc -UI_DIR = temp/ui -OBJECTS_DIR = temp/obj DESTDIR = $$PWD/../bin CONFIG += qt warn_off RESOURCES += main.qrc