Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt is not compiling for Windows Phone 8
Forum Updated to NodeBB v4.3 + New Features

Qt is not compiling for Windows Phone 8

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.2k 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.
  • H Offline
    H Offline
    HenryKeys
    wrote on last edited by
    #1

    Hi guys.

    I recently downloaded Qt 5.4 for WinRT to develop apps for Windows Phone, but it isn't compiling my code for WP8.
    That's the error from Compile Output:
    @MAKEFILE_GENERATOR variable not set as a result of parsing : test.pro. Possibly qmake was not able to find files included using "include(..)" - enable qmake debugging to investigate more.
    20:45:53: The process "C:\Qt\Qt5.4.0\5.4\winphone_x86\bin\qmake.exe" exited with code 3.
    Error while building/deploying project test (kit: Qt 5.4.0 for Windows Phone x86 MSVC2013 32bit (Emulator))
    When executing step "qmake"@

    I've installed Visual Studio 2013 Ultimate, as well Windows Phone 8.0 SDK from VS2013 setup.

    That's de .pro file
    @QT += core gui

    greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

    TARGET = test
    TEMPLATE = app

    SOURCES += main.cpp
    mainwindow.cpp

    HEADERS += mainwindow.h

    FORMS += mainwindow.ui
    @

    But it compiles without problems for Windows Runtime (Metro)
    I've already searched, no answers.

    Sorry for my terrible english anyway

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jseeQt
      wrote on last edited by
      #2

      Hi Henry,

      as you see in this wiki article "New Features in Qt 5.4":http://qt-project.org/wiki/New-Features-in-Qt-5.4 , there is a comment "Windows Phone 8.1 minimum supported version".

      So please download the Windows Phone SDK 8.1 ("Windows Phone SDK 8.1":http://dev.windows.com/de-de/develop/download-phone-sdk) and let us know if it worked!

      1 Reply Last reply
      0
      • H Offline
        H Offline
        HenryKeys
        wrote on last edited by
        #3

        Thanks for te answer Jsee.
        I'll try with WP8.1 SDK.

        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