Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt in VS2008
Forum Updated to NodeBB v4.3 + New Features

Qt in VS2008

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 4 Posters 8.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fthcoder
    wrote on 9 Feb 2011, 09:38 last edited by
    #1

    hi

    i've installed qt-win-opensource-4.7.1-vs2008 and qt-vs-addin-1.1.7 but when i start a new qt windows ce application it's give me an error..

    Select your target platform:

    There are no Qt/CE platforms defined.
    Please add your Qt/CE build in the Tools/Options/Qt/Builds dialog.

    These are currently selected Qt modules:

    Core, GUI

    Click Finish from any window to accept the current settings.

    What should I do.

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      Zlatomir
      wrote on 9 Feb 2011, 11:08 last edited by
      #2

      Qt is not build with CE target.
      See this "link":http://doc.qt.nokia.com/4.7/install-wince.html (they use VS2005 it their example, but it should be similar for VS2008)
      Also this "link":http://doc.qt.nokia.com/4.7/requirements-wince.html can be helpful

      So you need to build Qt framework, and my recommendation is to download the Qt sources and build that to target CE.

      https://forum.qt.io/category/41/romanian

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vsorokin
        wrote on 9 Feb 2011, 16:19 last edited by
        #3

        You need:
        "Windows Mobile 6 Professional SDK":http://www.microsoft.com/downloads/en/details.aspx?FamilyID=06111a3a-a651-4745-88ef-3d48091a390b&displaylang=en
        "Windows Mobile 6.5 Professional Developer Tool Kit":http://www.microsoft.com/downloads/en/details.aspx?FamilyID=20686A1D-97A8-4F80-BC6A-AE010E085A6E
        ""Qt Source for CE":http://qt.nokia.com/downloads/win-ce-cpp"
        "Opengl ES 2.x":http://www.imgtec.com/powervr/insider/utilities/OGLES2_WINDOWSMOBILE6_ARMV4I_2.07.27.04

        After installations:

        1. Start "Visual Studio 2008 Command Prompt"
        2. cd to qt source path and run

        bq. configure -platform win32-msvc2008 -xplatform wincewm65professional-msvc2008 -no-webkit -no-openssl -nomake demos -nomake examples -declarative -opensource -opengl-es-2 -no-qt3support -no-webkit -no-phonon -no-phonon-backend -graphicssystem opengl -no-libjpeg -no-libtiff -no-libmng -no-scripttools -no-multimedia -debug-and-release

        (You can customize parameters if you need)
        3. run

        bq. cd bin && setcepaths.bat wincewm65professional-msvc2008 && cd ..

        1. Set path for OGLES

        bq. set INCLUDE=C:\Imagination Technologies\POWERVR SDK\OGLES2_WINDOWSMOBILE6_ARMV4I_2.07.27.0484\Builds\OGLES2\Include;%INCLUDE%
        set LIB=C:\Imagination Technologies\POWERVR SDK\OGLES2_WINDOWSMOBILE6_ARMV4I_2.07.27.0484\Builds\OGLES2\WindowsMob6ARMV4I\Lib;%LIB%

        1. run nmake

        --
        Vasiliy

        1 Reply Last reply
        0
        • F Offline
          F Offline
          fthcoder
          wrote on 11 Feb 2011, 13:27 last edited by
          #4

          thanks for your explain Vass

          but it's giving error again.
          !http://img690.imageshack.us/img690/4759/ekranalntsjj.jpg!

          i want to remember that. i download and setup first this programs
          **qt-win-opensource-4.7.1-vs2008
          **qt-vs-addin-1.1.7

          that's true ?

          [EDIT: fixed image link, Volker]

          1 Reply Last reply
          0
          • F Offline
            F Offline
            fthcoder
            wrote on 11 Feb 2011, 13:28 last edited by
            #5

            http://img690.imageshack.us/img690/4759/ekranalntsjj.jpg

            1 Reply Last reply
            0
            • L Offline
              L Offline
              lwinhtooko
              wrote on 15 Feb 2011, 02:49 last edited by
              #6

              I think you should install .Net Compact Framework 3.5 and Visual Studio 2008 SP1 Update before nmake.

              Lwin Htoo Ko

              1 Reply Last reply
              0

              1/6

              9 Feb 2011, 09:38

              • Login

              • Login or register to search.
              1 out of 6
              • First post
                1/6
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved