ok, i think what worked was:
* remove winapp.rc line from sqliteviewer.pro (hopefully done in next commit)
* set up visual c++ 2010 with qt
* `qmake.exe` and afterwards `nmake release`
for distribution on pcs without vc++ or qt collect the following files in one folder:
* msvcp100.dll (from system32)
* msvcr100.dll (from system32)
* QtCore4.dll (from qt-directory/lib)
* QtGui4.dll (from qt-directory/lib)
* QtSql4.dll (from qt-directory/lib)
* qsqlite4.dll (in subdirectory "sqldrivers") (from qt-directory/plugins/sqldrivers)
Last edit: rory 2012-11-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how to build under windows, which problems occure
Last edit: rory 2012-11-01
trying with visual studio 2010 express and qt opensource installed
ok, i think what worked was:
* remove winapp.rc line from sqliteviewer.pro (hopefully done in next commit)
* set up visual c++ 2010 with qt
* `qmake.exe` and afterwards `nmake release`
for distribution on pcs without vc++ or qt collect the following files in one folder:
* msvcp100.dll (from system32)
* msvcr100.dll (from system32)
* QtCore4.dll (from qt-directory/lib)
* QtGui4.dll (from qt-directory/lib)
* QtSql4.dll (from qt-directory/lib)
* qsqlite4.dll (in subdirectory "sqldrivers") (from qt-directory/plugins/sqldrivers)
Last edit: rory 2012-11-01