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

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

    
	<channel>

	<title>Qt DevNet forums: Installation and Deployment</title>
	<link>http://qt-project.org/forums/viewforum/14/</link>
	<description>RSS feed for latest threads in Installation and Deployment</description>
	<copyright>Copyright 2013 Qt Project</copyright>
	<docs>http://www.rssboard.org/rss-specification</docs>
	<generator>ExpressionEngine v2.3.1 http://expressionengine.com/</generator>
	<lastBuildDate>Thu, 04 Nov 2010 17:51:21 GMT</lastBuildDate>
	<atom:link href="http://qt-project.org/feeds/forum/14" rel="self" type="application/rss+xml" />

    

	
        <item>
            <title>Errors on build moc.exe: _compress2 and _uncompress</title>
            <link>http://qt-project.org/forums/viewthread/28091</link>
            <author>ReklatsMasters</author>
            <description><![CDATA[I have Qt 5.0.2. When building the error throws out:

	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE &amp;quot;
/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common&#45;Controls&apos; versio
n=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture
=&apos;*&apos;&amp;quot; /MANIFEST /MANIFESTFILE:..\..\..\bin\moc.exe.embed.manifest /OUT:..\..\..\
bin\moc.exe @C:\Users\REKLAT~1\AppData\Local\Temp\nm5320.tmp
Qt5Bootstrap.lib&#40;qbytearray.obj&#41; : error LNK2019: ссылка на неразрешенный внешни
й символ _compress2 в функции &amp;quot;class QByteArray __cdecl qCompress(unsigned char
const *,int,int)&amp;quot; &#40;?qCompress@@YA?AVQByteArray@@PBEHH@Z&#41;
Qt5Bootstrap.lib&#40;qbytearray.obj&#41; : error LNK2019: ссылка на неразрешенный внешни
й символ _uncompress в функции &amp;quot;class QByteArray __cdecl qUncompress(unsigned ch
ar const *,int)&amp;quot; &#40;?qUncompress@@YA?AVQByteArray@@PBEH@Z&#41;
..\..\..\bin\moc.exe : fatal error LNK1120: неразрешенных внешних элементов: 2
NMAKE : fatal error U1077: &amp;quot;C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN
\link.EXE&amp;quot; : возвращенный код &amp;quot;0x460&amp;quot;
&amp;nbsp;
// undefined reference ... in function ...


	My config:

	&#45;confirm&#45;license &#45;opensource &#45;shared &#45;release &#45;nomake tools &#45;nomake examples &#45;nomake tests &#45;plugin&#45;sql&#45;mysql &#45;I D:\Develop\Libraries\mysql\include &#45;L D:\Develop\Libraries\mysql\lib &#45;qt&#45;sql&#45;sqlite &#45;qt&#45;sql&#45;sqlite2 &#45;plugin&#45;sql&#45;psql &#45;I D:\Develop\Libraries\pgsql\include &#45;L D:\Develop\Libraries\pgsql\lib &#45;platform win32&#45;msvc2012 &#45;skip webkit &#45;no&#45;opengl  &#45;openssl &#45;mp &#45;no&#45;plugin&#45;manifests &#45;fontconfig &#45;no&#45;qml&#45;debug &#45;no&#45;avx &#45;no&#45;avx2 &#45;no&#45;sse4.1 &#45;no&#45;sse4.2 &#45;no&#45;iconv &#45;no&#45;icu]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/28091</guid>
            <pubDate>Thu, 23 May 2013 20:08:49 GMT</pubDate>
        </item>
	
        <item>
            <title>Question about installing QtSerialPort on windows7.</title>
            <link>http://qt-project.org/forums/viewthread/28062</link>
            <author>w62820616</author>
            <description><![CDATA[Hello everyone, I am trying to do a school project with serial port communication and I am trying to get QtSerialPort library running. I have downloaded QT5.0.2 and the newest QtSerialPort. I opened up QtSerialPort.pro and click on bulid&#45;&amp;gt;qmake and I got this error 

	:&#45;1: error: Failed to run: C:\Qt5.0.2\5.0.2\mingw47_32\bin\syncqt.bat &#45;module QtSerialPort &#45;version 5.1.0 &#45;outdir C:/Qt5.0.2/build&#45;qtserialport&#45;Desktop_Qt_5_0_2_MinGW_32bit&#45;Debug C:/Qt5.0.2/qtserialport

	I try to follow the instruction on the official release site but it seems for lunix installation only. Please give me some step by step instruction about installing this library. Thanks!]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/28062</guid>
            <pubDate>Thu, 23 May 2013 04:11:14 GMT</pubDate>
        </item>
	
        <item>
            <title>Im trying to connect mysql database with qt and i got this error :</title>
            <link>http://qt-project.org/forums/viewthread/28060</link>
            <author>Amarda_4</author>
            <description><![CDATA[main.obj:&#45;1: error: LNK2019: unresolved external symbol &#8220;__declspec(dllimport) public: __thiscall QSqlDatabase::~QSqlDatabase(void)&#8221; (__imp_??1QSqlDatabase@@QAE@XZ) referenced in function &#8220;bool __cdecl lidhDatabase(void)&#8221; (?lidhDatabase@@YA_NXZ)]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/28060</guid>
            <pubDate>Thu, 23 May 2013 00:58:42 GMT</pubDate>
        </item>
	
        <item>
            <title>opencv libs are not found &#45; HELP</title>
            <link>http://qt-project.org/forums/viewthread/28013</link>
            <author>jeylb</author>
            <description><![CDATA[Hey,
i want to use the opencv libs.
this is a part of  my .pro file : 
INCLUDEPATH += &#8220;D:\OpenCV\debug\include&#8221;
LIBS += &#8220;D:\OpenCV\debug\lib\*.dll.a&#8221;

	when compiling the project no error occurs but starting the .exe throws &#8220;cannot find *.dll&#8221;. 
but starting the project in qt creator opens cmd waiting for a key to terminate the process with return value 0.
when i do not include the libs and include paths many errors occure while compiling the project : &#8220;undefined reference&#8221; to the opencv functions.
so it seems as qt finds the libs but although it does not work.
 my path : C:\QtSDK\mingw\bin; C:\QtSDK\QtCreator\bin;  C:\OpenCV\debug\bin; C:\OpenCV\debug\include; C:\OpenCV\debug\lib.
in C:\OpenCV\debug\ the libs end with .dll.a.
i tried backslashes instead of forward slashes, to include without quotes and i moved the libs from D: to C: and back, started the Qt creator and the exe as admin but it does not change the behaviour of the project/.exe.
my fellow student has exactly the same OS (Windows 7 64 bit) the same folders where openCV is found and the same PATH and on his destkop it works.
GREETZ]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/28013</guid>
            <pubDate>Tue, 21 May 2013 19:07:10 GMT</pubDate>
        </item>
	
        <item>
            <title>Need qt&#45;mt 3.3.0 &gt;= &lt; 4.0 for Mac OS X 10.8.2 Mountain Lion</title>
            <link>http://qt-project.org/forums/viewthread/28010</link>
            <author>mdresden</author>
            <description><![CDATA[I need the package qt&#45;mt.pc so I can build Twinkle SIP client for Mac OS X. This is the last lib issue I haven&#8217;t solved yet to build this package.

	I have tried building from source  qt&#45;mac&#45;free&#45;3.3.8.tar.gz, but it says it doesn&#8217;t support my version of mac. First, is the package qt&#45;mt.pc in this version, if not which one do I need to build so I can get the wright libs and includes. If this the right version that will include this, is there any work around to build this on my OS? Software  OS X 10.8.3 (12D78)

	Here is my message for the configure file from twinkle
checking for qt&#45;mt &amp;gt;= 3.3.0 qt&#45;mt &amp;lt; 4.0... Package qt&#45;mt was not found in the pkg&#45;config search path. Perhaps you should add the directory containing `qt&#45;mt.pc&apos; to the PKG_CONFIG_PATH environment variable No package &apos;qt&#45;mt&apos; found Package qt&#45;mt was not found in the pkg&#45;config search path. Perhaps you should add the directory containing `qt&#45;mt.pc&apos; to the PKG_CONFIG_PATH environment variable No package &apos;qt&#45;mt&apos; found
configure: error: Library requirements &#40;qt&#45;mt &amp;gt;= 3.3.0 qt&#45;mt &amp;lt; 4.0&#41; not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg&#45;config can find them.


	Further I looked into homebrew and only found version 4.8.4 which is too new.

	If I can get this all working, I had planned on adding Twinkle to home brew repository which depends on QT&#45;MT

	Thanks in advance for any help offered here.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/28010</guid>
            <pubDate>Tue, 21 May 2013 17:40:25 GMT</pubDate>
        </item>
	
        <item>
            <title>Visimeet Qt dependencies on Fedora 18</title>
            <link>http://qt-project.org/forums/viewthread/27997</link>
            <author>eclectic_eye</author>
            <description><![CDATA[Hi All, 

	I&#8217;m trying to install Visimeet on Fedora 18 for work. 
However I&#8217;m getting 

	Visimeet&#45;20130213&#45;1.x86_64 requires libphonon4
Visimeet&#45;20130213&#45;1.x86_64 requires libqt4
Visimeet&#45;20130213&#45;1.x86_64 requires libQtWebKit4 

	I have tried 

	yum search &#8216;package name&#8217; 

	and get &#8220;Warning: No matches found for: QtWebKit4&#8221; etc

	I have also looked through the forums http://qt&#45;project.org/forums/viewthread/10690
The gstreamer phonon backend, multimedia framework api and developer files haven&#8217;t provided the packages I need?
It simply installed Qt4 QDbusViewer.  

	Any help greatly appreciated 

	Thanks

	&#45; Luke]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27997</guid>
            <pubDate>Tue, 21 May 2013 11:50:05 GMT</pubDate>
        </item>
	
        <item>
            <title>Multitarget setup instructions for Host Osx</title>
            <link>http://qt-project.org/forums/viewthread/27986</link>
            <author>rocketchicken</author>
            <description><![CDATA[Hey I took the time to write up a quick guide on building if there are any mistakes let me know.
Feel free to move this into a wiki and generalize it!

	http://8bitoptimization.wordpress.com/2013/05/19/building&#45;qt&#45;5&#45;1&#45;beta&#45;from&#45;source&#45;on&#45;osx/]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27986</guid>
            <pubDate>Tue, 21 May 2013 05:04:01 GMT</pubDate>
        </item>
	
        <item>
            <title>Using qmake built from buildroot with QtCreator</title>
            <link>http://qt-project.org/forums/viewthread/27973</link>
            <author>joao.fnunes</author>
            <description><![CDATA[Hello,

	I am compiling Qt for my embedded application with buildroot. It is working fine for my embedded device, so no problems there. For developing, I would cross compile Qt in my machine and install it, then reference qmake&#8217;s location within QtCreator. It does work fine.

	The thing is, I would like to use buildroot&#8217;s compilation to develop with QtCreator, not another cross compilation done by me. I have other developers as well, and don&#8217;t believe each having a particular compilation for Qt (qmake and libs), and yet another one for the embedded device is a good thing.

	With this in mind, I tried using buildroot&#8217;s Qt compilation.

	However, the qmake I find within buildroot is not at the install location, nor are the include files and everything else, only the libs. I did copy over what I thought were the necessary files (include dir, bin dir, lib dir, etc) I found at another location in buildroot, however QtCreator says &#8220;Qt is not properly installed, please run make install&#8221;.

	I already tried all sorts of &#8220;hacks&#8221; (like running make then make install in buildroot/output/build/qt and copying everything over), however nothing seemed to work.

	Could anyone clarify to me how I can use just one cross compilation to develop my application?

	Thanks in advance,

	Joao]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27973</guid>
            <pubDate>Mon, 20 May 2013 17:32:06 GMT</pubDate>
        </item>
	
        <item>
            <title>Module Dependencies Qtjsbackend and Qtdeclarative</title>
            <link>http://qt-project.org/forums/viewthread/27919</link>
            <author>rocketchicken</author>
            <description><![CDATA[So when I was building Qt 5.1.0 I noticed that these modules needed to be built, so that the Android and the Blackberry QtCreator 2.7.1 Templates would run. Can anyone explain why ? does it have to deal with the Qt Quick 1.0 backwards compatibility ?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27919</guid>
            <pubDate>Sat, 18 May 2013 18:53:31 GMT</pubDate>
        </item>
	
        <item>
            <title>Packaging Error: Command &apos;ant clean debug&apos; failed.Exit code: 1</title>
            <link>http://qt-project.org/forums/viewthread/27913</link>
            <author>claughe</author>
            <description><![CDATA[I have manage to compile Qt5 for android and now i try to run a simple &#8220;Hello world&#8221; but i have this error

	error: [install_target] Error 126 (ignored)
error: Packaging Error: Command &#8216;ant clean debug&#8217; failed.Exit code: 1

	Ps: 
&#45;The os is Mac OS X Lion 10.7.5
&#45;java version &#8220;1.7.0_21&#8221;
&#45;android ndk android&#45;ndk&#45;r8e&#45;ma&#45;darwin&#45;x86.7z]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27913</guid>
            <pubDate>Sat, 18 May 2013 12:39:18 GMT</pubDate>
        </item>
	
        <item>
            <title>help in starting</title>
            <link>http://qt-project.org/forums/viewthread/27908</link>
            <author>Umbaman</author>
            <description><![CDATA[Good morning to all,
I need to develop C++ applications and design GUIs for the industry that I work for.
Industrial environments are usually not up to date, since they are using tried and tested technologies, e.g. RS&#45;232, RS&#45;485, modbus etc.
As a starting project I want to develop a graphical application that will communicate with a PLC using the modbus/RTU protocol.
I want to use Qt and QML and of cource C++.
My development/target PC has the following SW configuration.
Windows XP
Visual Studio 2005.
I would be very gratefull if someone could produce a very simple step by step guide on how to start developing for this machine, as your experience has showed. All and all I ask for the version of Qt that is compatible with my machine and any other info that you think is useful.
regards]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27908</guid>
            <pubDate>Sat, 18 May 2013 07:20:14 GMT</pubDate>
        </item>
	
        <item>
            <title>OSX: failure to build qtdeclarative due to incomplete QtV8 framework</title>
            <link>http://qt-project.org/forums/viewthread/27907</link>
            <author>rocketchicken</author>
            <description><![CDATA[https://bugreports.qt&#45;project.org/browse/QTBUG&#45;26111

	This bug appears to have made its way back to the builds for osx.
I am running mountain lion, and its reproducible by,

	git clone git://gitorious.org/qt/qt5.git qt5
cd qt5
git checkout stable
cd qt5
perl init&#45;repository
// I make the examples and the tests
./configure &#45;developer&#45;build &#45;opensource
make &#45;j 4

	cd qtjsbackend
export= PATH=../qtbase/bin:$PATH
qmake // this points to to the right version when I query
make
make install

	//Error 1
cp &#45;f &#45;R &#8220;/Users/michaelchung/Qt&#45;5.1&#45;Source/QtOsx/qt5/qtbase/lib/QtV8.framework&#8221; &#8220;/Users/michaelchung/Qt&#45;5.1&#45;Source/QtOsx/qt5/qtbase/lib/QtV8.framework&#8221;
cp: /Users/michaelchung/Qt&#45;5.1&#45;Source/QtOsx/qt5/qtbase/lib/QtV8.framework: No such file or directory
make3: [install_target] Error 1 (ignored)

	cd ..
cd qtdeclarative
qmake
make 
install

	ld: framework not found QtV8
clang: error: linker command failed with exit code 1 (use &#45;v to see invocation)]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27907</guid>
            <pubDate>Sat, 18 May 2013 06:43:23 GMT</pubDate>
        </item>
	
        <item>
            <title>Can you build the Qt Source on Win7 32&#45;bit in VS2012?</title>
            <link>http://qt-project.org/forums/viewthread/27906</link>
            <author>rwkeith</author>
            <description><![CDATA[Yes or No 0.0? (5.0.2)]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27906</guid>
            <pubDate>Sat, 18 May 2013 06:31:50 GMT</pubDate>
        </item>
	
        <item>
            <title>Deploying my project... where to start?</title>
            <link>http://qt-project.org/forums/viewthread/27891</link>
            <author>code_fodder</author>
            <description><![CDATA[Ok, I am fairly aware that this question is answered somewhere&#8230; but I find hundreds of items in the search which don&#8217;t quite contain what I am looking for&#8230; so I have not just been lazy :o

	Here&#8217;s my situation:

	I have made a Qt console application on Ubuntu using Qt SDK 5.0.2 and its all working nicely.

	But now I want to deploy it on a &#8220;clean&#8221; Ubuntu system. I could install the Qt libraries (i.e. Qt SDK) and then drop my output executable on that PC and run it&#8230; which works.

	However I am seeing posts regarding creating packages that can do everything needed for you. Perhaps like a .run file?

	Can someone point me to a post/wiki that covers this? &#8211; or if the question is simple then a simple (if there is one) answer would be most appreciated! :)

	Thanks
Fodder]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27891</guid>
            <pubDate>Fri, 17 May 2013 12:39:24 GMT</pubDate>
        </item>
	
        <item>
            <title>the error generate &quot;No valid Qt Version found&quot; in the Qt Creator 2.4.1 in Ubuntu 10.04</title>
            <link>http://qt-project.org/forums/viewthread/27882</link>
            <author>Dharmendra</author>
            <description><![CDATA[Hi,

	I install Qt Creator 2.4.1 by using following .bin file in Ubuntu 10.04, is this correct version or not for making GUI of AM3354??

	qt&#45;creator&#45;linux&#45;x86&#45;opensource&#45;2.4.1.bin

	I RUN the Qt Creator IDE and setup Qt Creator to Configure qmake as per describe in Sitara Linux Training Hands on with QT. But when I create new project in Qt Creator the error generate &#8220;No valid Qt Version found&#8221; (in attached).

	Anybody kindly support for solve this problem.

	Regards,
Dharmendra
!C:\Documents and Settings\symco\Desktop\qt_error.png(123)!]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27882</guid>
            <pubDate>Fri, 17 May 2013 10:26:04 GMT</pubDate>
        </item>
	

	</channel>
</rss>