2017年5月22日星期一

Qt安装

# Qt SDK安装真恶心,一探究竟!!!
安装程序中,已经把路径嵌入到qmake中!!!
因此每次都要重新安装它!!!
但是如果用hexeditor改的话应该是没有问题的,不过重新编译qmake也可以的!!!(怪不得每次QtCreator都提示qmake版本不对!!!
QtCore4.dllQtCore4d.dll
qtvars.bat
doc/qch文件也变得不正确!
lib中路径也不对!!!
src中的qconfig.h也不正确!
不行就自己编译一个吧!!!
win下编译:
.\Configure.exe -opensource -platform win32-g++ -I "E:\openssl-1.0.2k\include" -L "E:\openssl-1.0.2k" -openssl -webkit
我的输入法就得听我的
```!

```

没有评论:

发表评论