Menu

Compile error by Qt Creator

General
2013-06-07
2013-06-11
  • Mohd Syukri Mohd Said

    I try to compile using Qt Creator, but i found problem "QGraphicSceneMouseEvent: No such file or directory" (Line 6). Can any member help me???

     
  • Guess Who

    Guess Who - 2013-06-07

    What version of Qt? The error is not helpful. Please include more information. The project files are designed for simple use:
    qmake -o Makefile biblioteq.pro (or equivalent)
    make

     
    • Mohd Syukri Mohd Said

      I using Qt 5.0.2 Windows-32bit MinGW, When i clik 'Start Debuging Button' At the issue window display

       
  • Guess Who

    Guess Who - 2013-06-08

    Qt 5.x is not supported. Qt 5 introduced a new paradigm in the Qt toolkit. As such, project and source files require significant changes. BiblioteQ officially supports Qt 4.8.4 and rarely Qt 4.6.3. If you're willing to invest the time to research and modify the files, please do so. BiblioteQ will introduce support for Qt 5.x at some point.

     
  • Guess Who

    Guess Who - 2013-06-09

    Ready? Introduced biblioteq.win.qt5.pro. Use that in the Creator and report back if you have compilation issues with Qt 5. Enjoy.

     
  • Mohd Syukri Mohd Said

    Cannot compile too see the problem in picture..

     
  • Guess Who

    Guess Who - 2013-06-11

    Curious issue. Have you tried using the DOS prompt that's bundled with Qt? The project files are manually made.

    qmake -o Makefile biblioteq.win.qt5.pro
    make (or mingw32-make)

     

Log in to post a comment.