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 5.4] [WinRT] Deploy Qt App with Library to WinRT
Forum Updated to NodeBB v4.3 + New Features

[Qt 5.4] [WinRT] Deploy Qt App with Library to WinRT

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.1k 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.
  • A Offline
    A Offline
    AcerExtensa
    wrote on last edited by
    #1

    Hello,
    I've App for mobile devices and would like to include Windows Phone / WinRT support.
    The App is based on the App itself + library. On Andoird I have used following directives in .pro file to include my library in deployment:

    @
    android{
    LIBS += -L/home/acerextensa/DATA/Dev/MobileApp/build-Webservices-Android_for_armeabi_v7a_GCC_4_9_Qt_5_4_0-Release -lWebservices
    }

    contains(ANDROID_TARGET_ARCH,armeabi-v7a) {
    ANDROID_EXTRA_LIBS =
    $$PWD/../build-Webservices-Android_for_armeabi_v7a_GCC_4_9_Qt_5_4_0-Release/libWebservices.so
    }
    @

    but I can't find a way to do so with WinRT. If I just use
    @
    WINRT_EXTRA_LIBS = -L$$PWD/../build-Webservices-Qt_5_4_1_for_Windows_Phone_arm_MSVC2013_32bit-Release/release/Webservices.dll
    @

    winrtrunner just fails with error:
    @
    Failed to start the package: 0x8027025b "The app didn't start."
    @

    It looks like the App misses the library....

    Does anyone know how to include extra libs in WinRT deployment?

    Thank you in advance!

    God is Real unless explicitly declared as Integer.

    1 Reply Last reply
    0
    • I Offline
      I Offline
      IvanM
      wrote on last edited by IvanM
      #2

      How did u fix that?

      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