Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. it's very very urgently ORACLE driver QT 5.4.0.
Forum Updated to NodeBB v4.3 + New Features

it's very very urgently ORACLE driver QT 5.4.0.

Scheduled Pinned Locked Moved General and Desktop
ociqocidriverdriversoraclebuidqt5.4.0
4 Posts 3 Posters 2.4k Views 2 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.
  • Ayoub_JobA Offline
    Ayoub_JobA Offline
    Ayoub_Job
    wrote on last edited by
    #1

    it's very very urgently ORACLE driver QT 5.4.0.
    I need help with the installation of oracle oci driver in qt 5.4.0.
    I do what is necessary as indicated in the official documentation and the official website.
    but still the problem driver not loaded
    and I put a sqldrivers folder in the directory of the executable may not change
    here is the script:
    set INCLUDE =% INCLUDE%; C: \ oraclexe \ app \ oracle \ product \ 10.2.0 \ server \ OIC \ include
    set LIB =% LIB%; C: \ oraclexe \ app \ oracle \ product \ 10.2.0 \ server \ OIC \ lib \ MSVC
    cd C: \ Qt \ Qt5.4.0 \ 5.4 \ Src \ qtbase \ src \ plugins \ sqldrivers \ oci
    qmake oci.pro
    C: \ Qt \ Qt5.4.0 \ Tools \ mingw482_32 \ bin \ mingw32-make.exe
    set PATH =% PATH%; C: \ oraclexe \ app \ oracle \ product \ 10.2.0 \ server \ BIN

    after this operation, there's no dll files, but by cons, I found three folders:
    1 / folder named ".moc" contains two folders:
    1.1-debug: contains:
    -main.moc
    -moc_qsql_oci_p.cpp

    1.2-release: contains:
    -main.moc
    -moc_qsql_oci_p.cpp

    2 / folder named "obj" contains two folders:
    2.1-debug: contains:
    -main.o
    -moc_qsql_oci_p.o
    -qsql_oci.o

    2.2-RELEASE: contains:
    -main.o
    -moc_qsql_oci_p.o
    -qsql_oci.o
    3 / folder named ".pch" contains two folders:
    3.1-debug: contains:

    3.2-release: contains no files or folders:

    I use qt 5.4.0 on Windows 7 and Visual Studio 2012.
    I have to do? please please it's urgent.
    I try several methods each method says it works but for me, I have not come up with any solution
    .... Please please I want quelqun who knows it to work well

    1 Reply Last reply
    0
    • Ayoub_JobA Offline
      Ayoub_JobA Offline
      Ayoub_Job
      wrote on last edited by
      #2

      guys I ***
      *
      *
      NEED YOU!!!

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mcosta
        wrote on last edited by
        #3

        HI and welcome to the devnet,

        I don't understand what is your problem.
        What is the output when you try to build the driver plugin?

        Once your problem is solved don't forget to:

        • Mark the thread as SOLVED using the Topic Tool menu
        • Vote up the answer(s) that helped you to solve the issue

        You can embed images using (http://imgur.com/) or (http://postimage.org/)

        1 Reply Last reply
        0
        • S Offline
          S Offline
          stephane78
          wrote on last edited by
          #4

          HI,
          if you use MSVC and not mingw you must replace the line C: \ Qt \ Qt5.4.0 \ Tools \ mingw482_32 \ bin \ mingw32-make.exe by
          nmake (cf Qt documentation)
          and I believe it's not recommended to use Qt 5.4.0 and MSVC,it's better tou use Qt 5.4.1 (binary compatiblity problems with 5.4.0 and MSVC)

          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