28.03.2012, 19:41, "David Kim" <[email protected]>: > Hello,In case an executable binary > file is included into the app package (by manually copying/pasting it > into the Contents folder of the package(.app) file), > how can it be called from qProcess start. What'd > be the path to the executable binary?
Use QCoreApplication::applicationDirPath() to determine path. (Such questions should be directed to interest@) -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
