[PC-BSD Commits] r17629 - pcbsd/current/src-qt4/qsu
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 5 07:45:29 PDT 2012
Author: gamaral
Date: 2012-07-05 14:45:27 +0000 (Thu, 05 Jul 2012)
New Revision: 17629
Modified:
pcbsd/current/src-qt4/qsu/qsu.pro
Log:
Added src and output directory to Kris's qmake fix. :)
Modified: pcbsd/current/src-qt4/qsu/qsu.pro
===================================================================
--- pcbsd/current/src-qt4/qsu/qsu.pro 2012-07-05 14:13:15 UTC (rev 17628)
+++ pcbsd/current/src-qt4/qsu/qsu.pro 2012-07-05 14:45:27 UTC (rev 17629)
@@ -29,6 +29,7 @@
prep.files = $$PWD/build/.keep
INSTALLS += prep
+# DEFAULT CONFIG
!exists( config.h ) {
- system(cp config.h.def config.h)
+ system(cp $$PWD/config.h.def $$OUT_PWD/config.h)
}
More information about the Commits
mailing list