//! [0] QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../Frameworks/ //! [0] //! [1] #ifdef Q_WS_MAC CFURLRef appUrlRef = CFBundleCopyBundleURL(CFBundleGetMainBundle()); CFStringRef macPath = CFURLCopyFileSystemPath(appUrlRef, kCFURLPOSIXPathStyle); const char *pathPtr = CFStringGetCStringPtr(macPath, CFStringGetSystemEncoding()); qDebug("Path = %s", pathPtr); CFRelease(appUrlRef); CFRelease(macPath); #endif //! [1] //! [2] LprojCompatibleVersion 123 LprojLocale no LprojRevisionLevel 1 LprojVersion 123 //! [2]