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. QODBC, windows, only debug version [Solved]
Forum Updated to NodeBB v4.3 + New Features

QODBC, windows, only debug version [Solved]

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.6k 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.
  • L Offline
    L Offline
    luca
    wrote on last edited by
    #1

    Hi all,
    I'm trying to use QODBC plugin in windows 7.

    I built the plugin as described in the documentation.
    I installed the Qt source (4.7.4) from SDKMaintenance.
    Then I built the plugin this way:
    @
    cd c:\QtSDK\QtSources\4.7.4\src\plugins\sqldrivers\odbc
    qmake odbc.pro
    mingw32-make
    @

    after this I get the odbc plugin in only debug version:
    @
    qsqlodbcd4.dll
    @

    Is there a way to get a release version?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dbzhang800
      wrote on last edited by
      #2

      give a try to
      @
      mingw32-make release
      @

      1 Reply Last reply
      0
      • L Offline
        L Offline
        luca
        wrote on last edited by
        #3

        [quote author="1+1=2" date="1337879775"]give a try to
        @
        mingw32-make release
        @[/quote]

        Thanks, it works!

        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