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