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 += network network_private not working on Android armeabi_v7a

QT += network network_private not working on Android armeabi_v7a

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 162 Views
  • 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.
  • D Offline
    D Offline
    deleted313
    wrote on last edited by
    #1

    Hello,

    We have a desktop app that analyse the network traffic. we want to build it for Android as well.

    I'm using Qt 5.12.5 on Windows 10, 64 bit pro.
    kit: For Android armabi_v7a
    Android settings: (SDK Version: 26.1.1, NDK Version: 21.3.6528147)
    JDK: \jdk1.8.0_181

    My question is how to workaround
    QT += network network_private

    for Android? since it complains about

    fatal error: 'private/qabstractsocketengine_p.h' file not found
    #include "private/qabstractsocketengine_p.h"
    

    Thanks.

    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