[Ktutorial-commits] SF.net SVN: ktutorial:[237] trunk/ktutorial
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-04-26 07:08:12
|
Revision: 237 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=237&view=rev Author: danxuliu Date: 2010-04-26 05:30:40 +0000 (Mon, 26 Apr 2010) Log Message: ----------- Increase required Qt version, as QEvent::staticMetaObject and QScopedPointer were introduced in Qt 4.6. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/CMakeLists.txt trunk/ktutorial/ktutorial-library/CMakeLists.txt Modified: trunk/ktutorial/ktutorial-editor/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-editor/CMakeLists.txt 2010-04-26 05:24:17 UTC (rev 236) +++ trunk/ktutorial/ktutorial-editor/CMakeLists.txt 2010-04-26 05:30:40 UTC (rev 237) @@ -1,5 +1,6 @@ project(ktutorial-editor) +set(QT_MIN_VERSION "4.6") find_package(KDE4 REQUIRED) include(KDE4Defaults) Modified: trunk/ktutorial/ktutorial-library/CMakeLists.txt =================================================================== --- trunk/ktutorial/ktutorial-library/CMakeLists.txt 2010-04-26 05:24:17 UTC (rev 236) +++ trunk/ktutorial/ktutorial-library/CMakeLists.txt 2010-04-26 05:30:40 UTC (rev 237) @@ -1,6 +1,6 @@ project(ktutorial-library) -set(QT_MIN_VERSION "4.5.3") +set(QT_MIN_VERSION "4.6") find_package(KDE4 REQUIRED) enable_testing() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |