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] Custom parameters for visual Age.

[solved] Custom parameters for visual Age.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 522 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.
  • J Offline
    J Offline
    jduran
    wrote on 2 Dec 2014, 09:10 last edited by
    #1

    Dear all,

    I'm developing an application shat should be compiled using VisualAge C++, among others environments. To compile successfully I should add a custom parameter to the compiler. How can I write a condition based in the VisualAge compiler?

    Example:

    visualage: QMAKE_CXXFLAGS += <parameters>

    Joaquim Duran

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on 2 Dec 2014, 17:24 last edited by
      #2

      If you are going to use qmake then you may need to define mkspec file for the compiler if it is not defined yet.

      See "qmake doc":http://qt-project.org/doc/qt-5/qmake-advanced-usage.html for more details

      Take a look on Qt_install_path/mkspecs directory for the defined platforms and compilers.

      1 Reply Last reply
      0

      1/2

      2 Dec 2014, 09:10

      • Login

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