Results 1 to 2 of 2

Thread: Project file to compile c++ file

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2010
    Posts
    23
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Windows

    Default Project file to compile c++ file

    I like the IDE with QT Creator, but I'm looking for a way to compile regular c++ source files QT Creator. Is there a project file that I can write that will make it to compile a regular c++ code like it was regular c++ compiler (similar to Dev C++)?

    Thank you in advance.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Project file to compile c++ file

    Qt Creator is just a fancy text editor which compiles your code using a standard C++ compiler.

    Qt code isn't magic, it's standard C++.

Similar Threads

  1. Add hpp file to qt project
    By ruben.rodrigues in forum Newbie
    Replies: 7
    Last Post: 22nd December 2010, 22:05
  2. Replies: 3
    Last Post: 3rd August 2010, 13:12
  3. Replies: 1
    Last Post: 1st June 2010, 08:05
  4. Replies: 4
    Last Post: 18th December 2009, 18:55
  5. Replies: 1
    Last Post: 3rd December 2009, 23:34

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.