摘要:
工程的配置中, user 的选项卡,after build/rebuild 的两条命令可以设置为 fromelf --text -c -o "$L@L.asm" "#L" fromelf --bin -o "$L@L.bin" "#L" 阅读全文
posted @ 2020-10-16 14:52
ramlife
阅读(279)
评论(0)
推荐(0)
|
摘要:
工程的配置中, user 的选项卡,after build/rebuild 的两条命令可以设置为 fromelf --text -c -o "$L@L.asm" "#L" fromelf --bin -o "$L@L.bin" "#L" 阅读全文
posted @ 2020-10-16 14:52
ramlife
阅读(279)
评论(0)
推荐(0)
摘要:
class Process : public QObject { Q_OBJECT public: Process() { connect(&m_process, SIGNAL(readyReadStandardOutput()), this, SLOT(onReadData())); m_proc 阅读全文
posted @ 2020-10-16 10:53
ramlife
阅读(2572)
评论(0)
推荐(0)
|