随笔分类 -  qt

摘要:cmd窗口 windeployqt xxx.exe 阅读全文
posted @ 2022-10-11 08:54 榴红八色鸫 阅读(33) 评论(0) 推荐(0)
摘要:chmod +x qt-unified-linux-x64-4.4.1-online.run sudo apt install vim sudo apt install net-tools sudo apt install openssh-server sudo apt-get install bu 阅读全文
posted @ 2022-08-28 08:28 榴红八色鸫 阅读(721) 评论(0) 推荐(0)
摘要:更改文件夹名字 更改*.pro文件名字 删除*.pro.user 在*.pro中添加TARGET = 新名字 用qt重新编译 阅读全文
posted @ 2022-07-18 20:44 榴红八色鸫 阅读(252) 评论(0) 推荐(0)
摘要:QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++17 # You can make your code fail to compile if it uses deprecated APIs. # 阅读全文
posted @ 2022-07-17 11:32 榴红八色鸫 阅读(230) 评论(0) 推荐(0)