Results 1 to 11 of 11

Thread: SQLite -- obviously missing something...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Location
    Richmond, VA
    Posts
    94
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    14

    Default Re: SQLite -- obviously missing something...

    I'm only wanting to use native C++ to connect -- my employer/father-in-law isn't sold on Qt yet despite my arguments and he's wanting to be able to keep the processing separated as much as possible from the GUI...Makes senses, really -- hard to argue against that -- but in some ways it makes life harder for me...

    The "QT += sql" was something that's I'd tried earlier and hadn't removed, but now I have...Thanks!


    scott

    I thought the SQLite library was included/embedded by default and didn't realized it needed added to the .pro file...Guess the documentation confused me a bit...

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    8
    Thanked 133 Times in 128 Posts

    Default Re: SQLite -- obviously missing something...

    sorry to say but i am little irritated with your personal touch to every post (father in law.) Common its not funny to read as you think. Its an serious technical forum.

  3. #3
    Join Date
    Jan 2011
    Location
    Richmond, VA
    Posts
    94
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    14

    Default Re: SQLite -- obviously missing something...

    I am serious, trust me...I have not been a programmer for 22 years without being serious...You don't like my personal touch, don't read my questions...

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: SQLite -- obviously missing something...

    Quote Originally Posted by scott_hollen View Post
    I thought the SQLite library was included/embedded by default and didn't realized it needed added to the .pro file...Guess the documentation confused me a bit...
    A bundled copy (or system copy if specified) of Sqlite is statically built into the Qt Sqlite driver. Since you are not using this driver this copy of Sqlite is not available to you that way.

  5. The following user says thank you to ChrisW67 for this useful post:

    scott_hollen (27th January 2011)

  6. #5
    Join Date
    Jan 2011
    Location
    Richmond, VA
    Posts
    94
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    14

    Default Re: SQLite -- obviously missing something...

    Thanks for that answer -- makes sense to me now (light bulb just popped on)...I hate having to post questions like these but time is not on my side! The amount of documentation is overwhelming and a bit too detailed in places...


    scott

Similar Threads

  1. DLL missing problem
    By greatfog in forum Newbie
    Replies: 2
    Last Post: 19th January 2011, 07:18
  2. help section missing
    By sattu in forum Newbie
    Replies: 2
    Last Post: 4th January 2011, 13:24
  3. [Qt][SQLite] Two problems with SQLite.
    By Xandareva in forum Newbie
    Replies: 6
    Last Post: 7th April 2010, 00:06
  4. QWT is missing files
    By Jore in forum Newbie
    Replies: 4
    Last Post: 18th February 2010, 16:28
  5. libQtGui_debug.so.4 missing
    By fwohlfert in forum Installation and Deployment
    Replies: 2
    Last Post: 5th October 2006, 20:07

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.