Recent Posts Network | Marketplace
Err.exePosted on January 21, 2010. Start with QT Embedded and FireBird Written by: Content Introduction IntroductionIn this article we will examine issues:
Setting the environmentexample described is based on QT 4.5.2 LGPL. So, to set the environment using the following steps. 1. Installer SDK QT
2. Building QT to work with VS 2005 (2008)1) Start "VS 2005 Command Prompt" (Start menu) 2) In the console seems to run file QTDIR = "C: \ Qt \ 2009.03 \ \ qt" 3) Start "configure.exe" with the parameters: configure.exe-plugin-sql-ibaseYou can see details on these settings using the command: configure.exe-help4) When the console application: Which edition of Qt do you use? We choose Open Source Edition. After that, we press "Y" to accept the offer of license. 5) Now we must wait a little while and vcproj files are main solution being created. Finally, the solution file projects.sln is created in the folder "C: \ Qt \ qt \ 2009.03. 3. Addon install Visual Studio QT1) Close all Visual Studio. Two) installing qt-vs-addin-1.0.2.exe - http://get.qt.nokia.com/vsaddin/qt-vs-addin-1.1.2.exe Start. 3) Start Visual Studio and Qt options open through the menu QT-> Options QT. Click Add and create a name, eg "QT 4.5.2. The specific name is not important; but it is stored with the project, and if another developer can not build the project in an appropriate manner because of the error ("No version of Qt is available on this machine" or something like this) . Specify the path to the QT file for our example is $ (QTDIR) ("C: \ Qt \ 2009.03 \ \ qt"). And finally choose the new record set "QT 4.5.2" as the version of Qt default. 4) It is not necessary to build all projects. We must rely only:
Note: Win32 static library and Qt have different settings for "Treat wchar_t as Built-In property. If you want to build the Win32 static library in the QT application, then you must either create QT without this option or to change property "Treat wchar_t as integrated type" to "No (/ Zc: wchar_t-)". To extinguish. CommentsThere are no comments.Leave a Comment |