新增整体pro文件,统一生成文件到bin目录

This commit is contained in:
feiyangqingyun
2020-05-28 14:11:26 +08:00
parent 87f5267b42
commit d26b2ed6fb
20 changed files with 142 additions and 135 deletions

View File

@@ -8,23 +8,19 @@ QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = nettool
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = bin
win32:RC_FILE = other/main.rc
TARGET = nettool
TEMPLATE = app
DESTDIR = $$PWD/../bin
RC_FILE = other/main.rc
SOURCES += main.cpp
HEADERS += head.h
RESOURCES += other/main.qrc
CONFIG += warn_off
SOURCES += main.cpp
HEADERS += head.h
RESOURCES += other/main.qrc
CONFIG += warn_off
include ($$PWD/api/api.pri)
include ($$PWD/form/form.pri)
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/api
INCLUDEPATH += $$PWD/form
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/api
INCLUDEPATH += $$PWD/form
include ($$PWD/api/api.pri)
include ($$PWD/form/form.pri)