[solved] Custom parameters for visual Age.
-
wrote on 2 Dec 2014, 09:10 last edited by
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
-
wrote on 2 Dec 2014, 17:24 last edited by
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/2