[PC-BSD Commits] r15509 - in pcbsd/current/src-qt4: pc-bluetoothmanager pc-bluetoothtray
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 21 11:47:47 PST 2012
Author: kris
Date: 2012-02-21 19:47:47 +0000 (Tue, 21 Feb 2012)
New Revision: 15509
Modified:
pcbsd/current/src-qt4/pc-bluetoothmanager/pc-bluetoothmanager.pro
pcbsd/current/src-qt4/pc-bluetoothtray/pc-bluetoothtray.pro
Log:
Fix building bluetooth with libpcbsd isn't installed yet
Modified: pcbsd/current/src-qt4/pc-bluetoothmanager/pc-bluetoothmanager.pro
===================================================================
--- pcbsd/current/src-qt4/pc-bluetoothmanager/pc-bluetoothmanager.pro 2012-02-21 19:44:19 UTC (rev 15508)
+++ pcbsd/current/src-qt4/pc-bluetoothmanager/pc-bluetoothmanager.pro 2012-02-21 19:47:47 UTC (rev 15509)
@@ -22,4 +22,4 @@
#RESOURCES += pc-bluetoothmanager.qrc
-INCLUDEPATH += /usr/local/include
\ No newline at end of file
+INCLUDEPATH += ../libpcbsd /usr/local/include
Modified: pcbsd/current/src-qt4/pc-bluetoothtray/pc-bluetoothtray.pro
===================================================================
--- pcbsd/current/src-qt4/pc-bluetoothtray/pc-bluetoothtray.pro 2012-02-21 19:44:19 UTC (rev 15508)
+++ pcbsd/current/src-qt4/pc-bluetoothtray/pc-bluetoothtray.pro 2012-02-21 19:47:47 UTC (rev 15509)
@@ -13,7 +13,7 @@
RESOURCES += pc-bluetoothtray.qrc
-INCLUDEPATH += /usr/local/include
+INCLUDEPATH += ../libpcbsd /usr/local/include
QMAKE_LIBDIR = /usr/local/lib/qt4 /usr/local/lib
More information about the Commits
mailing list