Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. German
  4. Nach Windows Upgrade will qmake nicht mehr
Forum Updated to NodeBB v4.3 + New Features

Nach Windows Upgrade will qmake nicht mehr

Scheduled Pinned Locked Moved German
24 Posts 4 Posters 17.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    koahnig
    wrote on last edited by
    #21

    Laut Doku schon. Allerdings ist dies mehr im Nebel gestochert als eine fundierte Aussage.

    [quote author="xtlc" date="1359713582"]
    @11:10:25: Starte "C:\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe"
    C:/Qt5.0.1/Tools/MinGW/bin/mingw32-make -f Makefile.Debug
    mingw32-make[1]: Entering directory 'C:/Users/RT/Desktop/QT Projekte/pwb/pwb-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug'
    g++ -c -pipe -fno-keep-inline-dllexport -g -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -DQT_NEEDS_QMAIN -I..\pwb -I"............\Qt5.0.1\5.0.1\mingw47_32\include" -I"............\Qt5.0.1\5.0.1\mingw47_32\include\QtGui" -I"............\Qt5.0.1\5.0.1\mingw47_32\include\QtCore" -I"debug" -I"." -I"............\Qt5.0.1\5.0.1\mingw47_32\mkspecs\win32-g++" -o debug\main.o ..\pwb\main.cpp
    ..\pwb\main.cpp:1:30: fatal error: QtGui/QApplication: No such file or directory
    compilation terminated.
    @
    [/quote]
    Du müsstest mal nachschauen ob auf dem angegebenen Includes eine Datei QApplication vorhanden ist.
    Dies wären wohl auf diesen beiden Ordnern:
    @
    c:\Qt5.0.1\5.0.1\mingw47_32\include
    c:\Qt5.0.1\5.0.1\mingw47_32\include\QtGui
    @

    Vote the answer(s) that helped you to solve your issue(s)

    1 Reply Last reply
    0
    • X Offline
      X Offline
      xtlc
      wrote on last edited by
      #22

      Wer hat das denn so upgef*ckt?

      1 Reply Last reply
      0
      • X Offline
        X Offline
        xtlc
        wrote on last edited by
        #23

        C:\Qt5.0.1\5.0.1\mingw47_32\include\QtWidgets\QApplication gibt es... also

        #include <QtWidgets/QApplication>

        Falls wer das selbe Problem hatte löst das. QApplication ist mit Version 5.0.1 in den Unterordner QtWidgets gewandert.

        1 Reply Last reply
        0
        • J Offline
          J Offline
          joergpauly
          wrote on last edited by
          #24

          Das steht aber im Porting Guide so beschrieben.
          Es gibt auch ein Skript, das die Portierung erledigen soll; das hat aber zumindest bei mir nicht funktioniert.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved