Results 1 to 4 of 4

Thread: Generating Customized project files in Qt

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Posts
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Generating Customized project files in Qt

    Hi ,

    In my Current requirement i would like to create a a customized project file which my application can load in future.The project file will be specific to my application only .It will contain all the paths of the created components as items represent unique directory.There will be loading of some other tools from my application which will also generate some files and there record is also to be maintained in my project file.This project file can be loaded also by my application.

    I could use QSettings way , but the problem is the file extension of QSettings file will be either .ini or .conf, as compared to my project file extension which will be let say .amu.

    I can do this also using XML way.But can any body suggest some other goof way to achieve this functionality.

    Thanks.
    Last edited by Raghaw; 19th March 2015 at 05:05.

Similar Threads

  1. Replies: 10
    Last Post: 15th March 2013, 23:48
  2. Replies: 2
    Last Post: 30th September 2010, 12:26
  3. Replies: 2
    Last Post: 5th September 2010, 14:26
  4. Generating Xcode project does not work
    By schall_l in forum Qt Tools
    Replies: 0
    Last Post: 13th February 2010, 13:33
  5. Generating Log files
    By srohit24 in forum Qt Programming
    Replies: 12
    Last Post: 15th July 2009, 07:57

Tags for this Thread

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.