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

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

上级 9206063e
...@@ -26,13 +26,7 @@ HEADERS += \ ...@@ -26,13 +26,7 @@ HEADERS += \
work1.h \ work1.h \
work2.h work2.h
FORMS += \ FORMS += widget.ui
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
# 定义程序版本号 # 定义程序版本号
VERSION = 1.0.1 VERSION = 1.0.1
......
...@@ -24,13 +24,7 @@ HEADERS += \ ...@@ -24,13 +24,7 @@ HEADERS += \
widget.h \ widget.h \
workthread.h workthread.h
FORMS += \ FORMS += widget.ui
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
# 定义程序版本号 # 定义程序版本号
VERSION = 1.0.1 VERSION = 1.0.1
......
...@@ -20,17 +20,9 @@ SOURCES += \ ...@@ -20,17 +20,9 @@ SOURCES += \
main.cpp \ main.cpp \
widget.cpp widget.cpp
HEADERS += \ HEADERS += widget.h
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.0 VERSION = 1.0.0
......
...@@ -20,16 +20,9 @@ SOURCES += \ ...@@ -20,16 +20,9 @@ SOURCES += \
main.cpp \ main.cpp \
widget.cpp widget.cpp
HEADERS += \ HEADERS += widget.h
widget.h
FORMS += \ FORMS += widget.ui
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
# 定义程序版本号 # 定义程序版本号
VERSION = 1.0.1 VERSION = 1.0.1
......
...@@ -23,16 +23,9 @@ SOURCES += \ ...@@ -23,16 +23,9 @@ SOURCES += \
main.cpp \ main.cpp \
widget.cpp widget.cpp
HEADERS += \ HEADERS += widget.h
widget.h
FORMS += \ FORMS += widget.ui
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
# 定义程序版本号 # 定义程序版本号
VERSION = 1.0.2 VERSION = 1.0.2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册