Menu

compiling under windows

Anonymous
2012-11-01
2012-11-01
  • Anonymous

    Anonymous - 2012-11-01

    how to build under windows, which problems occure

     

    Last edit: rory 2012-11-01
  • Anonymous

    Anonymous - 2012-11-01

    trying with visual studio 2010 express and qt opensource installed

     
  • rory

    rory - 2012-11-01

    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

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.