<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>

  
  <title>Qt DevNet forums: 3rd Party Software 1283898057**  </title>
  <link>http://qt-project.org/forums/viewforum/47/</link>
  <description>RSS feed for latest posts in 3rd Party Software</description>
  <copyright>Copyright 2012 Qt Developer Network</copyright>
  <docs>http://www.rssboard.org/rss-specification</docs>
  <generator>ExpressionEngine v2.3.1 http://expressionengine.com/</generator>
  <lastBuildDate>Wed, 08 Sep 2010 00:20:57 GMT</lastBuildDate>
  <atom:link href="http://qt-project.org/feeds/all_forums/47" rel="self" type="application/rss+xml" />
  
  
  
        <item>
            <title>Does Qt Phonon support setting playback speed</title>
            <link>http://qt-project.org/forums/viewthread/17444</link>
            <author>coolx</author>
            <description><![CDATA[hello everyone!
I use the Qt Phonon in developing a multimedia player。
I need to set the playback speed, but I did not find the relevant API in Phonon::MediaObject or others class。
Does Qt Phonon support setting playback speed ？]]></description>
            <guid isPermaLink="false">ab470a7cddb880f74f6e8e65fc20a00b</guid>
            <pubDate>Wed, 23 May 2012 12:37:44 GMT</pubDate>
        </item>
  
        <item>
            <title>Experience with serial interface</title>
            <link>http://qt-project.org/forums/viewreply/86403</link>
            <author>qxoz</author>
            <description><![CDATA[Hi kuzulis!
I try  the last snapshot of QtSerialPort, and for now not detect any freezing.]]></description>
            <guid isPermaLink="false">6056dcd7a4cf42f212071ebf29d4d3c1</guid>
            <pubDate>Tue, 22 May 2012 14:15:33 GMT</pubDate>
        </item>
  
        <item>
            <title>qtmock &#45; Interesting thing, but I can’t figure it out. Has anybody tried it&#63;</title>
            <link>http://qt-project.org/forums/viewreply/85915</link>
            <author>artem.marchenko</author>
            <description><![CDATA[What they do in the examples is that they mock the whole QNAM library, i.e. create a stand&#45;alone separate library that looks totally like QNAM, implements the same interfaces, but instead of the real QNAM implementation all the methods just pass the ball to the mocking framework as in the following:
QNetworkCookie &amp;amp;QNetworkCookie::operator=&#40;const QNetworkCookie &amp;amp;other&#41;
&#123;
&amp;nbsp; &amp;nbsp; QVector&amp;lt;QGenericArgument&amp;gt; args;
&amp;nbsp; &amp;nbsp; args.append&#40;Q_ARG&#40;const QNetworkCookie &amp;amp;, other&#41;&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; QTMOCK_METHOD_DOACTIONS&#40;&amp;quot;QNetworkCookie&amp;quot;, &amp;quot;operator=&amp;quot;, QRET_REF&#40;QNetworkCookie&#41;, &amp;amp;args, NULL&#41;;
&#125;]]></description>
            <guid isPermaLink="false">ff5706309dc3004d8b531b86c6ed5eda</guid>
            <pubDate>Wed, 16 May 2012 13:03:44 GMT</pubDate>
        </item>
  
        <item>
            <title>The MoasicGraph3D widget</title>
            <link>http://qt-project.org/forums/viewreply/85810</link>
            <author>jdavet</author>
            <description><![CDATA[[font] tags don&#8217;t work in this forum, but you can use Textile+CSS markup like this:
&#42; Blender (&#37;&#123;color:blue;font&#45;family:monospace&#125;*.blend&#37;) 

	Result:
	
		Blender (*.blend)
	

	Also, note that &#42;text&#42; becomes text.]]></description>
            <guid isPermaLink="false">b62eb64a063b5df2b526c51a35ad5a5b</guid>
            <pubDate>Tue, 15 May 2012 15:53:35 GMT</pubDate>
        </item>
  
        <item>
            <title>Link GSL into Qt Creator</title>
            <link>http://qt-project.org/forums/viewreply/85610</link>
            <author>Volker</author>
            <description><![CDATA[Can you elaborate &#8220;but it doesn’t work&#8221; a bit more? Some error messages?]]></description>
            <guid isPermaLink="false">3b29ab6721e0b8168469b552bc8a3533</guid>
            <pubDate>Sun, 13 May 2012 23:30:13 GMT</pubDate>
        </item>
  
        <item>
            <title>[Closed] Qt Creator&apos;s MSVC2010 debug compiler didn&apos;t work with OpenCV in Windows system</title>
            <link>http://qt-project.org/forums/viewreply/85473</link>
            <author>koahnig</author>
            <description><![CDATA[There is no need to create double postings [qt&#45;project.org] 
Closing this thread here.]]></description>
            <guid isPermaLink="false">9fbbe4a95a015cce49710ddbe292f615</guid>
            <pubDate>Fri, 11 May 2012 18:15:30 GMT</pubDate>
        </item>
  
        <item>
            <title>[Closed] Qt Creator&apos;s MSVC2010 debug compiler didn&apos;t work with OpenCV in Windows system</title>
            <link>http://qt-project.org/forums/viewthread/17151</link>
            <author>nimingzhe2008</author>
            <description><![CDATA[But MSVC2010 release compiler works well with OpenCV.I don&#8217;t know why.
Here&#8217;s part of my .pro  file.

	INCLUDEPATH +=D:\OpenCV\opencv\build\include\opencv2 \
D:\OpenCV\opencv\build\include\opencv \
D:\OpenCV\opencv\build\include
&amp;nbsp;
CONFIG&#40;release,debug|release&#41;
&#123;
&amp;nbsp; &amp;nbsp; LIBS += D:\OpenCV\opencv\build\x86\vc10\lib\opencv_calib3d231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_contrib231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_core231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_features2d231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_flann231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_gpu231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_highgui231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_imgproc231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_legacy231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_ml231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_objdetect231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_ts231.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_video231.lib
&#125;
&amp;nbsp;
CONFIG&#40;debug,debug|release&#41;
&#123;
&amp;nbsp; &amp;nbsp; LIBS +=D:\OpenCV\opencv\build\x86\vc10\lib\opencv_calib3d231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_contrib231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_core231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_features2d231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_flann231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_gpu231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_highgui231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_imgproc231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_legacy231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_ml231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_objdetect231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_ts231d.lib \
D:\OpenCV\opencv\build\x86\vc10\lib\opencv_video231d.lib
&#125;


	Thank you for your attention.]]></description>
            <guid isPermaLink="false">2c9d007efa345da47e8dbd6ead0e9c69</guid>
            <pubDate>Fri, 11 May 2012 18:09:31 GMT</pubDate>
        </item>
  
        <item>
            <title>CMake and Qt &#45;&#45; Please help!</title>
            <link>http://qt-project.org/forums/viewreply/85445</link>
            <author>Woody</author>
            <description><![CDATA[Maybe this is something for you:
CMake not finding Qt4 [stackoverflow.com]

	Hope that&#8217;s a solution to you problem.]]></description>
            <guid isPermaLink="false">f93db49166f5bdd7fc5fdf441ea6466d</guid>
            <pubDate>Fri, 11 May 2012 13:58:28 GMT</pubDate>
        </item>
  
        <item>
            <title>CMake and Qt &#45;&#45; Please help!</title>
            <link>http://qt-project.org/forums/viewthread/17140</link>
            <author>dark_sider_1</author>
            <description><![CDATA[Hi there,

	I installed Qt on my Windows 7 machine, and when I try to configure CMake, I get this error:
CMake Error at C:/Program Files/CMake 2.8/share/cmake&#45;2.8/Modules/FindPackageHandleStandardArgs.cmake:91 &#40;MESSAGE&#41;:
&amp;nbsp; Could NOT find Qt4 &#40;missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE
&amp;nbsp; QT_RCC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_INCLUDE_DIR
&amp;nbsp; QT_QTCORE_LIBRARY QT_QTGUI_INCLUDE_DIR QT_QTGUI_LIBRARY
&amp;nbsp; QT_QTOPENGL_INCLUDE_DIR QT_QTOPENGL_LIBRARY QT_UIC_EXECUTABLE&#41;
Call Stack &#40;most recent call first&#41;:
&amp;nbsp; C:/Program Files/CMake 2.8/share/cmake&#45;2.8/Modules/FindPackageHandleStandardArgs.cmake:252 &#40;_FPHSA_FAILURE_MESSAGE&#41;
&amp;nbsp; C:/Program Files/CMake 2.8/share/cmake&#45;2.8/Modules/FindQt4.cmake:1171 &#40;FIND_PACKAGE_HANDLE_STANDARD_ARGS&#41;
&amp;nbsp; CMakeLists.txt:8 &#40;find_package&#41;


	Any ideas where this could come from? I can post more details if necessary.]]></description>
            <guid isPermaLink="false">d27598dcb48ee783cd4d67bfcfd7a439</guid>
            <pubDate>Fri, 11 May 2012 13:47:25 GMT</pubDate>
        </item>
  
        <item>
            <title>MYSQL Installation on Mac OS X</title>
            <link>http://qt-project.org/forums/viewthread/17139</link>
            <author>Devbizz</author>
            <description><![CDATA[Dear reader,

	When I try to make my MYSQL files I am getting the following error:

imac&#45;van&#45;angelo:mysql Devbizz$ make
make &#45;f Makefile.Debug
rm &#45;f libqsqlmysql_debug.dylib
g++ &#45;headerpad_max_install_names &#45;arch x86_64 &#45;single_module &#45;dynamiclib &#45;Xarch_x86_64 &#45;mmacosx&#45;version&#45;min=10.5 &#45;o libqsqlmysql_debug.dylib debug/main.o debug/qsql_mysql.o debug/moc_qsql_mysql.o  &#45;F/Users/Devbizz/QtSDK/Desktop/Qt/473/gcc/lib &#45;L/Users/Devbizz/QtSDK/Desktop/Qt/473/gcc/lib &#45;L/usr/local/mysql/lib &#45;lmysqlclient &#45;framework QtSql &#45;framework QtCore  
ld: warning: ignoring file /usr/local/mysql/lib/libmysqlclient.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64)
Undefined symbols for architecture x86_64:
  &#8220;_mysql_real_escape_string&#8221;, referenced from:
      QMYSQLDriver::formatValue(QSqlField const&amp;amp;, bool) constin qsql_mysql.o
  &#8220;_mysql_error&#8221;, referenced from:
      qMakeError(QString const&amp;amp;, QSqlError::ErrorType, QMYSQLDriverPrivate const*)in qsql_mysql.o
  &#8220;_mysql_errno&#8221;, referenced from:
      qMakeError(QString const&amp;amp;, QSqlError::ErrorType, QMYSQLDriverPrivate const*)in qsql_mysql.o
      QMYSQLResult::record() const in qsql_mysql.o
    &#8220;_mysql_stmt_close&#8221;, referenced from:
      QMYSQLResult::cleanup()      in qsql_mysql.o
  &#8220;_mysql_real_query&#8221;, referenced from:
      QMYSQLResult::reset(QString const&amp;amp;) in qsql_mysql.o
  &#8220;_mysql_stmt_init&#8221;, referenced from:
      QMYSQLResult::prepare(QString const&amp;amp;) in qsql_mysql.o
  &#8220;_mysql_stmt_prepare&#8221;, referenced from:
      QMYSQLResult::prepare(QString const&amp;amp;) in qsql_mysql.o
  &#8220;_mysql_stmt_result_metadata&#8221;, referenced from:
      QMYSQLResultPrivate::bindInValues()       in qsql_mysql.o
  &#8220;_mysql_num_fields&#8221;, referenced from:
      QMYSQLResultPrivate::bindInValues()       in qsql_mysql.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make1: *** [libqsqlmysql_debug.dylib] Error 1
make: *** [debug] Error 2
imac&#45;van&#45;angelo:mysql Devbizz$ 

	What I did was:
qmake &#45;o Makefile &amp;quot;INCLUDEPATH+=/usr/local/mysql/include&amp;quot; &amp;quot;LIBS+=&#45;L/usr/local/mysql/lib &#45;lmysqlclient&amp;quot; mysql.pro


	No errors there, so I think everything is alright.

	After that I give the command:

	make


	which results in the error above.

	Can someone tell me what I did wrong?

	P.S. its not the full error code, cause it would overwrite the maximum number of allowed characters in this post :)]]></description>
            <guid isPermaLink="false">f1b41d8ec06d6cda5a3b07a2c343bcfb</guid>
            <pubDate>Fri, 11 May 2012 13:06:44 GMT</pubDate>
        </item>
  

  </channel>
</rss>
