svn commit: r506551 - head/lang/basic256/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Jul 13 19:23:41 UTC 2019


Author: tcberner
Date: Sat Jul 13 19:23:40 2019
New Revision: 506551
URL: https://svnweb.freebsd.org/changeset/ports/506551

Log:
  lang/basic256: prepare for Qt 5.13
  
  PR:		238782

Modified:
  head/lang/basic256/files/patch-BASIC256.pro

Modified: head/lang/basic256/files/patch-BASIC256.pro
==============================================================================
--- head/lang/basic256/files/patch-BASIC256.pro	Sat Jul 13 18:32:32 2019	(r506550)
+++ head/lang/basic256/files/patch-BASIC256.pro	Sat Jul 13 19:23:40 2019	(r506551)
@@ -32,7 +32,7 @@
 +	INCLUDEPATH                             +=      $$LOCALBASE/include/qt5/QtMultimedia
 +	INCLUDEPATH                             +=      $$LOCALBASE/include/qt5/QtSerialPort
 + 	INCLUDEPATH				+=	QtMobility
-+	LIBS                                    +=      -L$$LOCALBASE/lib -lQt5Gui -lQt5Core -lQt5Widgets -lQt5Sql -lQt5Multimedia -lQt5PrintSupport -lQt5SerialPort
++	LIBS                                    +=      -L$$LOCALBASE/lib -L$$LOCALBASE/lib/qt5 -lQt5Gui -lQt5Core -lQt5Widgets -lQt5Sql -lQt5Multimedia -lQt5PrintSupport -lQt5SerialPort
  	INCLUDEPATH				+=	QtMobility
  
  


More information about the svn-ports-head mailing list