Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qtcreator 4.2.1
    Log in to post
    • All categories
    • E

      Solved CMake QT5_WRAP_UI issue
      General and Desktop • qtcreator 4.2.1 windows cmake 3.8.2 qt 5.8 • • enmaniac

      5
      0
      Votes
      5
      Posts
      4653
      Views

      B

      I'm having the exact same problem and I resorted to a ugly hack of calling

      SET(Qt5Widgets_UIC_EXECUTABLE "uic")

      before calling QT5_WRAP_UI

      I don't know why but the value of Qt5Widgets_UIC_EXECUTABLE comes up as empty string (or unset)

    • R

      Solved Runtime Error : QWindowsFontEngine, createDIBSection, createEngine
      Installation and Deployment • qt5.8 mingw53 32bit windows 8 qtcreator 4.2.1 • • Reonyx_Tech

      12
      0
      Votes
      12
      Posts
      4203
      Views

      R

      @Konstantin-Tokarev @SGaist

      I found the cause of those error, it is due to fonts.css in html files.
      When I removed the link from <head>, the application was successfully run without crashed.

      Just wonder, how come its not working now in qt5.8 but just nice back then in qt5.5 ?

      BTW, thanks both for your help and idea :)

    • R

      Solved Entry Point Not Found - libQt5WebKitWidgets.dll
      Qt WebKit • qt5.8 qtcreator 4.2.1 windows 8 qtwebkit mingw53 32bit • • Reonyx_Tech

      5
      0
      Votes
      5
      Posts
      2045
      Views

      R

      @Konstantin-Tokarev
      Ok. noted. I will start over and get back to you.
      For now, it considers solved.
      Thank you very much :)