Update of /cvsroot/compbench/CompBenchmarks++/Qt-4
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12988
Modified Files:
compbenchmarks-ui-qt4.pro
Log Message:
warn_on added.
Index: compbenchmarks-ui-qt4.pro
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Qt-4/compbenchmarks-ui-qt4.pro,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** compbenchmarks-ui-qt4.pro 16 May 2007 20:25:50 -0000 1.2
--- compbenchmarks-ui-qt4.pro 17 May 2007 00:41:44 -0000 1.3
***************
*** 6,9 ****
--- 6,11 ----
TARGET = compbenchmarks-ui-qt4
DEPENDPATH += . Package Status
+ CONFIG += warn_on
+
INCLUDEPATH += . ../libcompbenchmarks ../testing/libcompbenchmarks
|