1 Star 0 Fork 0

佳琪-jiaqiwang/TurbineDAQ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pete Bachant 提交于 2016-04-12 07:19 . Add Makefile
# TurbineDAQ Makefile
app: gui
python turbinedaq.py
gui:
python -m PyQt4.uic.pyuic.py gui/mainwindow.ui -o modules/mainwindow.py
pyrcc4 -py3 gui/icons/resources.qrc -o modules/resources_rc.py
# Replace relative import in resources file
sed -i 's/import resources_rc/from . import resources_rc/g' tow/mainwindow.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jiaqiwang969/TurbineDAQ.git
[email protected]:jiaqiwang969/TurbineDAQ.git
jiaqiwang969
TurbineDAQ
TurbineDAQ
master

搜索帮助