aboutsummaryrefslogtreecommitdiff
path: root/ports/libqglviewer/macosx.patch
blob: 82aa057f4abcfa019895a9207a0f5a5a2c36d78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/QGLViewer/QGLViewer.pro b/QGLViewer/QGLViewer.pro
index 702925cb6..fc3cb7118 100644
--- a/QGLViewer/QGLViewer.pro
+++ b/QGLViewer/QGLViewer.pro
@@ -214,7 +214,7 @@ macx|darwin-g++ {
 	include.files *= qglviewer.icns
 
     # Or whatever exists in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
-    QMAKE_MAC_SDK = macosx10.12
+    #QMAKE_MAC_SDK = macosx10.12
 
 	lib_bundle {
 		FRAMEWORK_HEADERS.version = Versions
@@ -224,7 +224,7 @@ macx|darwin-g++ {
 		QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
 
 		# So that the path QGLViewer/*.h exists
-		QMAKE_POST_LINK=cd $$DESTDIR/QGLViewer.framework/Headers && (test -L QGLViewer || ln -s . QGLViewer)
+		#QMAKE_POST_LINK=cd $$DESTDIR/QGLViewer.framework/Headers && (test -L QGLViewer || ln -s . QGLViewer)
 
 		# Specific paths for the installation of the framework.
 		!isEmpty( LIB_DIR ) {