Results 1 to 3 of 3

Thread: Postgre driver mistic in windows

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Postgre driver mistic in windows

    What exactly did you pass to configure.exe in the first place?

  2. #2
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows
    Thanks
    9
    Thanked 27 Times in 27 Posts

    Default Re: Postgre driver mistic in windows

    configure.exe.....i use it only when i install Qt4 lib. I really dont remember what i passed to it...But after installing library i have qt postgre driver sources and pro file
    Now i use qmake and nmake that i read in documentation
    qmake -o Makefile "INCLUDEPATH+=C:\Program Files\PostgreSQL\8.2\include" "LIBS+=C:\Program Files\PostgreSQL\8.2\lib\ms\l
    ibpq.lib" psql.pro
    and then
    nmake
    a life without programming is like an empty bottle

Similar Threads

  1. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  2. OCI Driver in Qt4 for Windows
    By DoNaLd in forum Installation and Deployment
    Replies: 2
    Last Post: 14th July 2006, 14:43
  3. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22:33

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.