[PC-BSD Commits] r2112 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Wed Jun 18 06:06:32 PDT 2008
Author: kris
Date: 2008-06-18 06:06:29 -0700 (Wed, 18 Jun 2008)
New Revision: 2112
Modified:
pcbsd/trunk/PCInstall/PCInstall.pro
Log:
Fixed a few bugs with PCInstall compiling properly on build server
Modified: pcbsd/trunk/PCInstall/PCInstall.pro
===================================================================
--- pcbsd/trunk/PCInstall/PCInstall.pro 2008-06-17 18:11:42 UTC (rev 2111)
+++ pcbsd/trunk/PCInstall/PCInstall.pro 2008-06-18 13:06:29 UTC (rev 2112)
@@ -15,6 +15,10 @@
RESOURCES += PCInstall.qrc
+INCLUDEPATH += /usr/local/kde4/include
+
+LIBS += -L/usr/local/kde4/lib
+
TRANSLATIONS = pcinstall_en.ts
QT += qt3support
More information about the Commits
mailing list