qt sqlitestudio 源码 尝试 编译 解析

qt sqlitestudio 源码 尝试 编译 解析

F:\qt_work\qt5_code_plus_jack\sqlite_example\projects\

https://sqlitestudio.pl/
https://github.com/pawelsalawa/sqlitestudio/wiki/SQLiteStudio

如何在windows 下面编译
https://github.com/pawelsalawa/sqlitestudio/wiki/Instructions_for_compilation_under_Windows

https://github.com/pawelsalawa/sqlitestudio/wiki/Preparing_development_environment

https://github.com/pawelsalawa/sqlitestudio/wiki/Instructions_for_compilation_under_Windows#what-you-need

https://github.com/pawelsalawa/sqlitestudio/releases
Windows files
sqlitestudio-3.3.2.zip (sha256: 305c0cc66cf0728eb4cde09d73950fa8efa392e912d076e73ea6028c7a9c35c3)

Dependencies needed when compiling source code under Windows
win32_deps.zip - when compiling 32-bit with mingw32
win64_deps.zip - when compiling 64-bit with mingw64
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

SQLiteStudio2(Tcl/Tk界面): http://sqlitestudio.pl/files/free/stable/
SQLiteStudio3(Qt/C++重写): http://sqlitestudio.pl/files/sqlitestudio3/complete/

https://www.dropbox.com/s/q4krormuq1e35li/win32_deps.zip?dl=1
https://www.dropbox.com/s/9ulp1w82826966i/win64_deps.zip?dl=1
这两个链接 好像是下载不下来

在这里插入图片描述

source layout

在这里插入图片描述

c:\projects>tree
C:.
├───include
├───lib
└───sqlitestudio
├───Plugins
│ ├───DbSqlite2
│ └───SqlExport
└───SQLiteStudio3
├───coreSQLiteStudio
├───docs
├───guiSQLiteStudio
├───sqlitestudio
├───sqlitestudiocli
└───Tests

c:\projects>cd lib

c:\projects\lib>dir
24/02/2014 08:54

.
24/02/2014 08:54
10/10/2013 12:30 40,666 libedit_static.a
10/10/2014 21:52 180 224 quazip.dll
10/10/2014 21:52 160 808 libquazip.a
19/12/2005 12:42 213,504 sqlite.dll
04/09/2013 00:27 625,614 sqlite3.dll
04/09/2013 06:26 1 171 456 tcl86.dll
04/09/2013 06:26 186 172 tcl86.lib

c:\projects\lib>cd …\include

c:\projects\include>dir
01/01/2014 14:43

.
01/01/2014 14:43
01/01/2014 22:05 quazip
04/03/2013 13:20 6,316 readline.h
04/03/2013 13:46 38,781 sqlite.h
06/12/2013 16:05 353,468 sqlite3.h
06/12/2013 06:26 93 780 tcl.h
06/12/2013 06:26 169 576 tclDecls.h
06/12/2013 06:26 3 286 tclPlatDecls.h

遇到问题

在这里插入图片描述
这个版本的 编译器
需要设置一下
去掉 show shadow
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/wowocpp/article/details/114667471