[PC-BSD Commits] r7743 - pcbsd/current/src-qt4/pc-sysmanager
svn at pcbsd.org
svn at pcbsd.org
Fri Oct 8 02:48:01 PDT 2010
Author: kris
Date: 2010-10-08 02:48:01 -0700 (Fri, 08 Oct 2010)
New Revision: 7743
Modified:
pcbsd/current/src-qt4/pc-sysmanager/pc-sysmanager.pro
Log:
Fix to project file for sysmanager, grab libpcbsd/ includes before the /usr/local/include
in case we have old header
Modified: pcbsd/current/src-qt4/pc-sysmanager/pc-sysmanager.pro
===================================================================
--- pcbsd/current/src-qt4/pc-sysmanager/pc-sysmanager.pro 2010-10-08 08:39:28 UTC (rev 7742)
+++ pcbsd/current/src-qt4/pc-sysmanager/pc-sysmanager.pro 2010-10-08 09:48:01 UTC (rev 7743)
@@ -5,7 +5,7 @@
LIBS += -L/usr/local/lib -lpcbsd
-INCLUDEPATH += /usr/local/include
+INCLUDEPATH += ../libpcbsd/ /usr/local/include
HEADERS += cvsupprogress.h fastestcvsup.h pbsystemtab.h portsnapprogress.h updaterDialog.h
@@ -104,4 +104,3 @@
QT+= network
-INCLUDEPATH+= ../../../libpcbsd/
More information about the Commits
mailing list