<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - Qt Creator</title>
    <link>http://firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=444</link>
    <description>Latest 20 threads of Qt Creator</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 16 Apr 2026 12:26:43 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://firemail.wang:8088/</link>
    </image>
    <item>
      <title>error: LNK2019: 无法解析的外部符号</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9925</link>
      <description><![CDATA[pointertest.obj:-1: error: LNK2019: 无法解析的外部符号 \&quot;public: __thiscall CMemAlloc::CMemAlloc(void)\&quot; (??0CMemAlloc@@QAE@XZ)，该符号在函数 \&quot;private: void __thiscall PointerTest::case2Memoryalloc(void)\&quot; (?case2Memoryalloc@PointerTest@@AAEXXZ) 中被引 ...]]></description>
      <category>Qt Creator</category>
      <author>Qter</author>
      <pubDate>Tue, 11 Feb 2020 11:12:22 +0000</pubDate>
    </item>
    <item>
      <title>Qt Creator自定义 构建步骤  事件后复制 内部变量查看</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9308</link>
      <description><![CDATA[构建后复制文件：
左侧 项目


xcopy /r /y   %{sourceDir}\\QLoggingLib\\log4qt.conf %{buildDir}\\Doraemon\\%{CurrentBuild:Type}

查看内部变量的位置，有abc图标的地方
工具-&gt;选项-&gt;环境



工具-&gt;选项-&gt;构建和运行]]></description>
      <category>Qt Creator</category>
      <author>Qter</author>
      <pubDate>Sat, 24 Feb 2018 08:01:21 +0000</pubDate>
    </item>
    <item>
      <title>Qt Creator 增加日志模块 log4qt</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9305</link>
      <description><![CDATA[右键 DoraemonSolution 新建子项目-&gt;Library-&gt;C++库



从 https://github.com/devbean/log4qt 下载源码
把源码拷贝到当前新建的工程下
修改工程文件QLoggingLib.pro 增加如下一行代码：
include(log4qt/log4qt.pri)
Doraemon中添加对日志的依赖
右键 Doraemon ...]]></description>
      <category>Qt Creator</category>
      <author>Qter</author>
      <pubDate>Sat, 24 Feb 2018 03:56:46 +0000</pubDate>
    </item>
    <item>
      <title>Qt Creator 工程创建</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9303</link>
      <description><![CDATA[打开Qt Creator
1.创建解决方案
文件-&gt;新建文件或项目-&gt;其它项目-&gt;子目录项按向导（选择相关路径） ... 完成


即只生成一个 DoraemonSolution.pro文件  内容为：TEMPLATE = subdirs

2.创建主界面程序
右键 DoraemonSolution 新建子项目-&gt;Application-&gt;Qt Widg ...]]></description>
      <category>Qt Creator</category>
      <author>Qter</author>
      <pubDate>Fri, 23 Feb 2018 15:00:31 +0000</pubDate>
    </item>
  </channel>
</rss>