[Bug 1180] build Qt tests with lsbcc/lsbc++

[email protected] Tue, 31 Jan 2006 09:22:38 -0500
Newsgroups gmane.linux.lsb.test-suite
Message-ID <[email protected]>


------- Additional Comments From [email protected]  2006-01-31 09:22 -------
Updated patch (build _and_ link the qt tests with lsbcc) 
 
Index: qtestlib/qtestlib.pro 
=================================================================== 
RCS file: /cvsroot/lsb/tests/lsb-desktop-test/lsb-qt/qtestlib/qtestlib.pro,v 
retrieving revision 1.3 
diff -u -3 -p -r1.3 qtestlib.pro 
--- qtestlib/qtestlib.pro       24 Jan 2006 03:38:00 -0000      1.3 
+++ qtestlib/qtestlib.pro       31 Jan 2006 14:21:29 -0000 
@@ -42,3 +42,6 @@ DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAS 
 
 embedded:QMAKE_CXXFLAGS+=-fno-rtti 
 
+QMAKE_CC = lsbcc 
+QMAKE_CXX = lsbc++ 
+QMAKE_LINK = lsbc++ 
cvs diff: Diffing tests 
Index: tests/tests.pri 
=================================================================== 
RCS file: /cvsroot/lsb/tests/lsb-desktop-test/lsb-qt/tests/tests.pri,v 
retrieving revision 1.3 
diff -u -3 -p -r1.3 tests.pri 
--- tests/tests.pri     24 Jan 2006 03:38:00 -0000      1.3 
+++ tests/tests.pri     31 Jan 2006 14:21:29 -0000 
@@ -4,3 +4,7 @@ INCLUDEPATH += ../.. ../../QtTest 
 CONFIG(debug, debug|release):LIBS += ../../lib/libQtTest_debug.a 
 CONFIG(release, debug|release):LIBS += ../../lib/libQtTest.a 
 LIBS += $(LSBHOME)/tests/misc/tetj/libtetj.a 
+ 
+QMAKE_CC = lsbcc 
+QMAKE_CXX = lsbc++ 
+QMAKE_LINK = lsbc++    
 
--    
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.