-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
4.7.4, 4.8.0
-
Mac OS X
If configure is run on a Mac with a -sdk parameter that has a trailing slash, the corewlan bearer plug-in fails to build. This is caused by the line
isEmpty(QMAKE_MAC_SDK)|contains(QMAKE_MAC_SDK, "/Developer/SDKs/MacOSX10\.[67]\.sdk") {
in corewlan.pro, the regex "/Developer/SDKs/MacOSX10\.[67]\.sdk" does not allow a trailing slash.
A trailing slash is added easily when using command-line completion for entering the SDK path.