[Compbench-devel] CompBenchmarks++/Qt-4 compbenchmarks-ui-qt4.pro, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-17 00:41:48
|
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 |