摘要: D:\QT_Project\qxormtest\user.cpp:10: warning: 'void qx::register_class(T&) [with T = qx::QxClass<user>]' redeclared without dllimport attribute: previ 阅读全文
posted @ 2024-08-22 09:10 txwtech 阅读(24) 评论(1) 推荐(0) 编辑
摘要: 1. ../ ../ //表示上一级路径 ../../ //表示上上级路径,以此类推 2. ./:点斜杠代表当前所在的目录。 ./ //表示当前所在的目录 3. / / //表示根目录 4. $$PWD $$PWD //项目的顶级目录, Qt pro添加dll文件方法 LIBS += -L[path 阅读全文
posted @ 2024-08-22 08:20 txwtech 阅读(69) 评论(1) 推荐(0) 编辑