Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-25 Thread Danny Price
Of course - qmake is a Qt component! You should try using CMake instead.

On Thu, Feb 25, 2010 at 2:02 AM, Jefferson Bandeira jbsi...@ufrj.br wrote:

 I Tried doing something like this, Coda, however, when i try to run the
 makefile generated by qmake in another computer, it tries to re-qmake the
 project, but the PC in case doesn't have the Qt environment.

 2010/2/24 Coda Highland c...@bobandgeorge.com

 If nothing else you can always say CONFIG -= qt in your .pro file.
 You can also use it on Makefile-based projects.

 /s/ Adam

 On Wed, Feb 24, 2010 at 7:22 PM, Jefferson Bandeira jbsi...@ufrj.br
 wrote:
  Hello trolls =)
  Is there a way to use QtCreator as a General Purpose IDE, instead of a
 Qt
  Only IDE... I like most of the features of code completion and browsing
 this
  IDE offers, and i really would like to use it as my main IDE, however i
  can't find a way to use it to anything other than creating Qt Apps.
  So, the question : Is it possible? If so, how?
  Thanks for your time, i'll wait for answers. =)
  --
  Jefferson Bandeira
 
 
  ___
  Qt-creator mailing list
  Qt-creator@trolltech.com
  http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator




 --
 Jefferson Bandeira


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-25 Thread Frank Siegert
Hi Jefferson,

Jefferson Bandeira, Thursday 25 February 2010:
 Is there a way to use QtCreator as a General Purpose IDE, instead of a
  Qt Only IDE... I like most of the features of code completion and
  browsing this IDE offers, and i really would like to use it as my main
  IDE, however i can't find a way to use it to anything other than
  creating Qt Apps. So, the question : Is it possible? If so, how?

I am also using QtCreator as a General Purpose IDE. I am developing a 
command line C++ application without any Qt features, which uses 
autoconf/automake/libtool as build system and SVN for version management. 
And I am very happy with QtCreator for that.
If your setup is similar (i.e. you don't want to use qmake/cmake), you 
should use the Import of generic Makefile project. In case you are 
pointing it to a local SVN working copy (and probably also for all other 
VCS) QtCreator will recognize that automatically as well.

In case you have any specific questions please don't hesitate to ask!

Cheers,
Frank
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-25 Thread Tobias Hunger
On 25.02.2010 02:22, ext Jefferson Bandeira wrote:
 Hello trolls =)
 Is there a way to use QtCreator as a General Purpose IDE, instead of a
 Qt Only IDE... I like most of the features of code completion and
 browsing this IDE offers, and i really would like to use it as my main
 IDE, however i can't find a way to use it to anything other than
 creating Qt Apps.
 So, the question : Is it possible? If so, how?
 Thanks for your time, i'll wait for answers. =)
 --
 Jefferson Bandeira

Hello Jefferson,

in addition to qmake based projects Creator also supports projects using 
a generic makefile-based build system as well as cmake based projects.

There are no wizards to help you set up the initial project structure 
for these projects though. To use a CMake based project simply choose 
File-Open file or project and then pick the top-level CMakeLists.txt 
file (that is how cmake calls its build scripts). Any Makefile based 
project can get imported into Qt creator using File-New File or 
Project. In the dialog that opens there you can select Import Existing 
Project and then point it to the toplevel project directory.

For Generic makefile-based projects you will need to maintain a set of 
files listing all sources, etc. For CMake based projects that 
information is extracted from the CMakeLists.txt files.

Best Regards,
Tobias Hunger
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Using QtCreator as a general C++ IDE

2010-02-24 Thread Jefferson Bandeira
Hello trolls =)
Is there a way to use QtCreator as a General Purpose IDE, instead of a Qt
Only IDE... I like most of the features of code completion and browsing this
IDE offers, and i really would like to use it as my main IDE, however i
can't find a way to use it to anything other than creating Qt Apps.
So, the question : Is it possible? If so, how?
Thanks for your time, i'll wait for answers. =)
-- 
Jefferson Bandeira
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-24 Thread Coda Highland
If nothing else you can always say CONFIG -= qt in your .pro file.
You can also use it on Makefile-based projects.

/s/ Adam

On Wed, Feb 24, 2010 at 7:22 PM, Jefferson Bandeira jbsi...@ufrj.br wrote:
 Hello trolls =)
 Is there a way to use QtCreator as a General Purpose IDE, instead of a Qt
 Only IDE... I like most of the features of code completion and browsing this
 IDE offers, and i really would like to use it as my main IDE, however i
 can't find a way to use it to anything other than creating Qt Apps.
 So, the question : Is it possible? If so, how?
 Thanks for your time, i'll wait for answers. =)
 --
 Jefferson Bandeira


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator