From: <hep...@us...> - 2010-08-10 01:22:13
|
Revision: 1239 http://qterm.svn.sourceforge.net/qterm/?rev=1239&view=rev Author: hephooey Date: 2010-08-10 01:22:06 +0000 (Tue, 10 Aug 2010) Log Message: ----------- Fix test Modified Paths: -------------- trunk/qterm-qt4/src/test/global/CMakeLists.txt Modified: trunk/qterm-qt4/src/test/global/CMakeLists.txt =================================================================== --- trunk/qterm-qt4/src/test/global/CMakeLists.txt 2010-08-09 10:03:20 UTC (rev 1238) +++ trunk/qterm-qt4/src/test/global/CMakeLists.txt 2010-08-10 01:22:06 UTC (rev 1239) @@ -2,8 +2,10 @@ testglobal.cpp ../../qtermconfig.cpp ../../qtermglobal.cpp + ../../qtermparam.cpp ../../qtermconvert.cpp) qt4_automoc(${global_SRCS}) +remove_definitions(-DKWALLET_ENABLED) include_directories( ${QT_INCLUDE_DIR} @@ -22,6 +24,7 @@ ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTTEST_LIBRARY} +${QT_QTXML_LIBRARY} ) add_test(global ${EXEC_DIR}/testglobal) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |