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.
QtWS25 Last Chance

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.3k 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.
  • A Offline
    A Offline
    Ayoub_Job
    wrote on 29 Mar 2015, 10:49 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
    • A Offline
      A Offline
      Ayoub_Job
      wrote on 29 Mar 2015, 12:16 last edited by
      #2

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

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mcosta
        wrote on 29 Mar 2015, 13:34 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 30 Mar 2015, 07:56 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

          1/4

          29 Mar 2015, 10:49

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved