新增整体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,13 +8,12 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = mouseline
TEMPLATE = app
TARGET = mouseline
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
FORMS += widget.ui
SOURCES += main.cpp
SOURCES += widget.cpp
HEADERS += widget.h
FORMS += widget.ui