Results 1 to 4 of 4

Thread: run the application alone

  1. #1
    Join Date
    Dec 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Question run the application alone

    hi
    how are you every body?
    iam anew user of qt and iwant to ask that iam make asemi application that connected with database and the driver is (sqlite) and i want my application to run in another computer alone without installing qt in it.
    so what files should i put it near my application from where and to where .

    thank you very much>>>>>>>>>>>>>>>>>

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: run the application alone

    J-P Nurmi

  3. #3
    Join Date
    Dec 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: run the application alone

    thanks but i didnot understand how to make it so if any body now the steps please till me how and if you give me asemi example i will very thanks to you

  4. #4
    Join Date
    Nov 2008
    Posts
    142
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 20 Times in 20 Posts

    Default Re: run the application alone

    You will probably require the QtCore, QtGui and QtSql libraries. Put these in the same folder with your application's executable. Additionally you will need Qt's SQLite plugin. You can find it on your Qt installation in the folder plugins/sqldrivers/. Create a folder named sqldrivers in your application's folder and copy the plugin there.

Similar Threads

  1. Tool for web application?
    By cool_qt in forum General Programming
    Replies: 3
    Last Post: 9th December 2008, 10:21
  2. Task to another application
    By zlosynus in forum Qt Programming
    Replies: 0
    Last Post: 6th August 2008, 11:04
  3. Loading library from application
    By mourad in forum Installation and Deployment
    Replies: 0
    Last Post: 2nd April 2008, 16:10
  4. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 19:37

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.