Em dom 16 mar 2014, às 13:02:23, gsmember gs escreveu: > Thank you for your answer. > Unfortunately that is what I want avoid. > I really need a method to obtain (of course if it is possible) the TARGET > value.
TARGET is a qmake variable. You can obtain its value by placing a double- dollar before it: $$TARGET. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
