Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [solved] resource problem: rcc can't find my *.qrc file with 4.8.3 Qt
Qt 6.11 is out! See what's new in the release blog

[solved] resource problem: rcc can't find my *.qrc file with 4.8.3 Qt

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.8k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I've installed the new Qt, and after rebuilding my project I got the next error message:

    "process_begin: CreateProcess(NULL, bin\rcc.exe -name dockwidgets dockwidgets.qrc -o release\qrc_dockwidgets.cpp, ...) failed."

    So, rcc.exe can't find my dockwidgets.qrc file.

    Of course, in my .pro file I have the following line:
    RESOURCES = dockwidgets.qrc

    If I build my project with the previous Qt I have no error message...

    Any idea?

    EDIT: Solved!

    In this file:
    c:\Digia\Qt\4.8.3\mkspecs\win32-g++\qmake.conf
    after the QMAKE_IDC line I insert this line:
    QMAKE_RCC = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}rcc.exe

    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