mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Qt Applications PR: 52131 Submitted by: Kay Lehmann <kay_lehmann@web.de>, Lauri Watts <lauri@kde.org>, lofi Reviewed by: kde
10 lines
303 B
Prolog
10 lines
303 B
Prolog
--- plugins/src/sqldrivers/mysql/mysql.pro.orig Wed Aug 6 13:21:58 2003
|
|
+++ plugins/src/sqldrivers/mysql/mysql.pro Wed Aug 6 13:22:46 2003
|
|
@@ -10,6 +10,7 @@
|
|
!contains( LIBS, .*mysql.* ) {
|
|
LIBS *= -lmysqlclient
|
|
}
|
|
+ INCLUDEPATH += ${LOCALBASE}/include/mysql
|
|
}
|
|
win32 {
|
|
OBJECTS_DIR = obj
|