qt sqlitestudio source code try to compile and analyze

qt sqlitestudio source code try to compile and analyze

F:\qt_work\qt5_code_plus_jack\sqlite_example\projects\

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

How to compile under 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
Insert picture description here

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

SQLiteStudio2 (Tcl/Tk interface): http://sqlitestudio.pl/files/free/stable/
SQLiteStudio3 (Qt/C++ rewrite): 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
These two links seem to be downloadable Come down

Insert picture description here

source layout

Insert picture description here

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

Encounter problems

Insert picture description here
This version of the compiler
needs to be set to
remove show shadow
Insert picture description here

Guess you like

Origin blog.csdn.net/wowocpp/article/details/114667471