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. Options for qscxmlc in .pro file

Options for qscxmlc in .pro file

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 236 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.
  • larry104L Offline
    larry104L Offline
    larry104
    wrote on last edited by
    #1

    qscxmlc has an command line option --qt-mode yes which I would like to set through my .pro file. It looks like QSCXMLC_ARGUMENTS can be used for that but if I add
    QSCXMLC_ARGUMENTS += --qt-mode yes
    it does not get recognized. What is the correct syntax to add this command line argument for qscxmlc ?

    JonBJ 1 Reply Last reply
    0
    • larry104L larry104

      qscxmlc has an command line option --qt-mode yes which I would like to set through my .pro file. It looks like QSCXMLC_ARGUMENTS can be used for that but if I add
      QSCXMLC_ARGUMENTS += --qt-mode yes
      it does not get recognized. What is the correct syntax to add this command line argument for qscxmlc ?

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @larry104
      Does not get "recognized" (i.e. have any effect) by qscxmlc or does not get passed as argument at all? https://doc.qt.io/qt-6/qscxmlc.html#command-line-options does not mention --qt-mode?

      larry104L 1 Reply Last reply
      0
      • JonBJ JonB

        @larry104
        Does not get "recognized" (i.e. have any effect) by qscxmlc or does not get passed as argument at all? https://doc.qt.io/qt-6/qscxmlc.html#command-line-options does not mention --qt-mode?

        larry104L Offline
        larry104L Offline
        larry104
        wrote on last edited by
        #3

        @JonB I use qt 5.7 and I meant it does not get passed as argument.

        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