[PC-BSD Commits] r16082 - pcbsd/current/src-qt4/EasyPBI
svn at pcbsd.org
svn at pcbsd.org
Wed Mar 28 12:05:51 PDT 2012
Author: kenmoore
Date: 2012-03-28 19:05:51 +0000 (Wed, 28 Mar 2012)
New Revision: 16082
Modified:
pcbsd/current/src-qt4/EasyPBI/main.cpp
Log:
Make sure that EasyPBI can be built without the use of the config.h file in the main src-qt4 directory.
Modified: pcbsd/current/src-qt4/EasyPBI/main.cpp
===================================================================
--- pcbsd/current/src-qt4/EasyPBI/main.cpp 2012-03-28 18:32:34 UTC (rev 16081)
+++ pcbsd/current/src-qt4/EasyPBI/main.cpp 2012-03-28 19:05:51 UTC (rev 16082)
@@ -3,7 +3,7 @@
#include <QtGui/QApplication>
#include <QDebug>
#include "mainwindow.h"
-#include "../config.h"
+#define PREFIX QString("/usr/local")
int main(int argc, char ** argv)
{
More information about the Commits
mailing list