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. How to add qt config on visual studio?
QtWS25 Last Chance

How to add qt config on visual studio?

Scheduled Pinned Locked Moved Unsolved General and Desktop
visual studioqt configresource bigqt vs tools
2 Posts 2 Posters 1.4k Views
  • 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.
  • M Offline
    M Offline
    MintogoDeveloper
    wrote on 10 May 2022, 04:38 last edited by
    #1

    Hi, my qt project has 'resource_big' config to includes big resource files(such as images...)

    When I build this project on visual studio 2015, it seems that there is no option for config like a qt pro file.

    Is there any way to add config property?

    My environment is...

    Qt : 5.9.5 ~ 5.15.2
    VS: Visual studio 2015 with updates 3
    Qt vs tool: 2.7.2

    :)

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on 10 May 2022, 11:06 last edited by
      #2

      It goes by a different name in the VS Tools. When you're not building with qmake there's no pro file and no CONFIG. You configure individual parameters of the tools used in the build process.
      For this particular option go to the project properties -> Qt Resource Compiler -> rcc and the option is called "Two-Pass Mode" here. Set it to Yes.

      1 Reply Last reply
      2

      2/2

      10 May 2022, 11:06

      • Login

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