On 25 sept. 2014, at 15:04, rap <[email protected]> wrote: > Is there a way to read the contents of the qmake project file (.pro) built-in > variables, specially the "TARGET" variable? I'm doing > a bunch of small examples and getting the TARGET (.exe) name to my QWindow > class would help to pass the name to setTitle() > consistently and automatically. > > Thanks, > /Risto >
Hi, What about QCoreApplication::applicationName() ? _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
