初级会员
  • 第 9652 位会员
  • wufenglin
  • 2017-07-06 10:07:57
  • Offline
  • 19 70

最近发布的主题

    暂无

最近发布的文章

    暂无

最近分享的资源

    暂无

最近发布的项目

    暂无

最近的评论

  • #13 @yizheneng 解决 非常有价值的 项目 /* #cgo CFLAGS: -pipe -fno-keep-inline-dllexport -O2 -Wall -Wextra -DUNICODE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN #cgo CXXFLAGS: -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN #cgo CXXFLAGS: -I../../qt -I. -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtSvg -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtWidgets -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtGui -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtANGLE -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtCore -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/Qt3DRender -Irelease -IC:/Qt/Qt5.8.0/5.8/mingw53_32/mkspecs/win32-g++ #cgo CXXFLAGS: -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtMultimedia -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtDBus -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtDesigner -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtQuick #cgo CXXFLAGS: -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtTest -IC:/Qt/Qt5.8.0/5.8/mingw53_32/include/QtSerialPort #cgo LDFLAGS: -Wl,-s -Wl,-subsystem,windows -mthreads #cgo LDFLAGS: -lmingw32 -LC:/Qt/Qt5.8.0/5.8/mingw53_32/lib -lqtmain -LC:/utils/my_sql/my_sql/lib -LC:/utils/postgresql/pgsql/lib -lshell32 -lQt5Core -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Core #cgo LDFLAGS: -Wl,--allow-multiple-definition */
  • #10 @yizheneng 您 的 go IDE 也是 用 LiteIde 吗 因为 我看见 您的 项目 rcc_cgo_xxx.go 文件已经包含 插入了 很多 头文件了啊 。我怀疑是否因为我使用 LiteIDE的问题。
  • #10 @yizheneng 谢谢 你的 解答和项目 让我对 Cgo的 理解 在这个过程 深了 很多
  • #8 @yizheneng #include <C:\Qt\Qt5.8.0\5.8\mingw53_32\include\QtCore\QAbstractAnimation> 结果:C:\Qt\Qt5.8.0\5.8\mingw53_32\include\QtCore\qglobal.h:95:37: fatal error: QtCore/qsystemdetection.h: No such file or directory 欸:添加了//#cgo CPPFLAGS= -LC:/Qt/Qt5.8.0/5.8/mingw53_32/include 也无效
  • #6 @yizheneng 环境变量都加了啊 QT_VERSION | 5.8.0 | string | can also be set by using the `-qt_version` flag | | QT_DIR | $HOME/Qt5.8.0 or C:\Qt\Qt5.8.0 | string | can also be set by using the `-qt_dir` flag | | QT_STUB | false | bool | is set to `true` during the minimal setup | | QT_DEBUG | false | bool | set to `true` if you want to print function names at runtime | | QT_QMAKE_DIR 如core.cpp 加绝对目录 C:\..\include\QtCore 后 QT本身头文件 包含的 QtCore/xx 又找不到 我在想 应该可以使用 //#CGO CFLAGS:-LC:\..\include貌似没有效果