mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
+ Additionally fixed an initialization bug in mainForm::init() which caused a crash. + This was tested with MinGW on Windows using the OpenSource version of QT 4.3.1. Note given the nature of the changes I do not expect any problems with other compiler/platforms.
10 lines
100 B
Prolog
Executable File
10 lines
100 B
Prolog
Executable File
QT += qt3support
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = sqlitebrowser/sqlite_source \
|
|
sqlitebrowser
|
|
|
|
|
|
|