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
Qt 6.11 is out! See what's new in the release blog

Qt in VS2008

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 4 Posters 8.7k 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 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
    • ZlatomirZ Offline
      ZlatomirZ Offline
      Zlatomir
      wrote on 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 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 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 last edited by
            #5

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

            1 Reply Last reply
            0
            • L Offline
              L Offline
              lwinhtooko
              wrote on 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

              • Login

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