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. Location of Qt 5.4 source code
Forum Updated to NodeBB v4.3 + New Features

Location of Qt 5.4 source code

Scheduled Pinned Locked Moved Installation and Deployment
22 Posts 3 Posters 7.9k 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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 18 Feb 2015, 23:13 last edited by
    #21

    Some people change their system PATH rather than just in Qt Creator, that's why I asked the double check of PATH.

    IIRC both debug and release dlls are stored in the same folder so Qt will check them all hence the incompatibility error message.

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    1 Reply Last reply
    0
    • S Offline
      S Offline
      slesher
      wrote on 26 Feb 2015, 21:12 last edited by
      #22

      The problem is solved.
      I have changed the part of code of connection:
      @QSqlDatabase db;
      db.addDatabase("QOCI");@

      instead of

      @QSqlDatabase db = QSqlDatabase::addDatabase("QOCI");@

      When I guessed to change back, everything was ok.

      Thanks a lot to all!

      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