提交 cc5449e9 编写于 作者: mahuifa's avatar mahuifa

refactor:修改pro文件格式,删除多余代码

上级 9206063e
......@@ -26,13 +26,7 @@ HEADERS += \
work1.h \
work2.h
FORMS += \
widget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
FORMS += widget.ui
# 定义程序版本号
VERSION = 1.0.1
......
......@@ -24,13 +24,7 @@ HEADERS += \
widget.h \
workthread.h
FORMS += \
widget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
FORMS += widget.ui
# 定义程序版本号
VERSION = 1.0.1
......
......@@ -20,17 +20,9 @@ SOURCES += \
main.cpp \
widget.cpp
HEADERS += \
widget.h
FORMS += \
widget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
HEADERS += widget.h
FORMS += widget.ui
# 定义程序版本号
VERSION = 1.0.0
......
......@@ -20,16 +20,9 @@ SOURCES += \
main.cpp \
widget.cpp
HEADERS += \
widget.h
HEADERS += widget.h
FORMS += \
widget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
FORMS += widget.ui
# 定义程序版本号
VERSION = 1.0.1
......
......@@ -23,16 +23,9 @@ SOURCES += \
main.cpp \
widget.cpp
HEADERS += \
widget.h
HEADERS += widget.h
FORMS += \
widget.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
FORMS += widget.ui
# 定义程序版本号
VERSION = 1.0.2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册