Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. uwp
    Log in to post

    • UNSOLVED QtWebEngine MSVC Compiler
      QtWebEngine • qtwebengine msvc uwp • • TomDev  

      4
      0
      Votes
      4
      Posts
      118
      Views

      The QtWebView module comes to mind for that.
    • UNSOLVED Universal Windows Platform app help
      General and Desktop • creator build error uwp extensionsdkdir • • Mogrifier  

      1
      0
      Votes
      1
      Posts
      123
      Views

      No one has replied

    • UNSOLVED WARNING: winrt_manifest_install.path is not defined
      Mobile and Embedded • uwp • • Dmitriano  

      1
      0
      Votes
      1
      Posts
      278
      Views

      No one has replied

    • SOLVED Packaging a Qt application to deploy to the windows store
      Installation and Deployment • uwp windows release • • BryanTriana  

      12
      0
      Votes
      12
      Posts
      3365
      Views

      Before offering to db, I put debug printing: qDebug() << "db.drivers()=" << db.drivers(); It gives correct list of drivers on the development platform and empty set on deployment platform. if (db.isDriverAvailable("QODBC")) db = QSqlDatabase::addDatabase("QODBC"); //It is a fragment of code for opening mdb (str is a full name to file from file-open dialog): if (db.isOpen()) db.close(); qDebug() << "db.drivers()=" << db.drivers(); db.setDatabaseName("DRIVER={Microsoft Access Driver (*.mdb)};FIL={MS Access};DBQ="+str+"; Uid=Admin; Pwd=; ExtendedAnsiSQL=1;"); bool ok = db.open(); if (ok) { // processing with sql }
    • UNSOLVED MSVC-2017x64 - WinRT Run & Console Issues
      General and Desktop • winrt console msvc2017 run uwp • • Uniflare  

      1
      0
      Votes
      1
      Posts
      478
      Views

      No one has replied