Files
sqlitebrowser/sqlitebrowser/sqlitedbbrowser.pro
saintlou c0c0bdc238 + Updated SQLite Database Browser 1.3 code to build with QT 4.3.1.
+ 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.
2007-08-17 01:07:51 +00:00

10 lines
100 B
Prolog
Executable File

QT += qt3support
TEMPLATE = subdirs
SUBDIRS = sqlitebrowser/sqlite_source \
sqlitebrowser