Re: [Qt-creator] QtCreator for plain C project

2011-03-11 Thread Jeffery MacEachern
Oswald, Daniel: Thanks, I didn't actually know about that option. I'd always set the linker manually.  - Jeffery MacEachern On Thu, Mar 10, 2011 at 05:17, Daniel Teske wrote: > On Thursday 10 March 2011 03:23:39 ext Jeffery MacEachern wrote: >> Also make sure you manually set your linker comma

Re: [Qt-creator] QtCreator for plain C project

2011-03-11 Thread Campbell Barton
On Thu, Mar 10, 2011 at 11:11 AM, Nils Jeisecke wrote: > Hi! > > I'm using Qt Creator with cmake for plain C projects. Works great > though sometimes code navigation and "Find Usage" do not work 100% > correctly for c code. > > You could use this minimal cmake file as a reference: > > project(Demo

Re: [Qt-creator] QtCreator for plain C project

2011-03-10 Thread Daniel Teske
On Thursday 10 March 2011 03:23:39 ext Jeffery MacEachern wrote: > Also make sure you manually set your linker commands properly in your > .pro file, or you'll wind up linking C code to libstdc++. CONFIG += use_c_linker should work. daniel ___ Qt-creato

Re: [Qt-creator] QtCreator for plain C project

2011-03-10 Thread Oswald Buddenhagen
On 03/10/11 03:23, ext Jeffery MacEachern wrote: > Also make sure you manually set your linker commands properly in your > .pro file, or you'll wind up linking C code to libstdc++. > Cheers, > - Jeffery MacEachern > > > CONFIG += use_c_linker ___ Q

Re: [Qt-creator] QtCreator for plain C project

2011-03-10 Thread Danny Price
Good point can you provide an example? I know how to add lib dependencies in QMake, but not remove them. On Thu, Mar 10, 2011 at 2:23 AM, Jeffery MacEachern wrote: > Also make sure you manually set your linker commands properly in your > .pro file, or you'll wind up linking C code to libstdc++. >

Re: [Qt-creator] QtCreator for plain C project

2011-03-10 Thread Nils Jeisecke
Hi! I'm using Qt Creator with cmake for plain C projects. Works great though sometimes code navigation and "Find Usage" do not work 100% correctly for c code. You could use this minimal cmake file as a reference: project(Demo) set(DEMO_SRCS demo.c) add_executable(demo ${DEMO_SRCS}) Nils On Wed

Re: [Qt-creator] QtCreator for plain C project

2011-03-10 Thread Jeffery MacEachern
Also make sure you manually set your linker commands properly in your .pro file, or you'll wind up linking C code to libstdc++. Cheers,  - Jeffery MacEachern On Wed, Mar 9, 2011 at 08:58, Hex Lee wrote: > vim +cplugin or eclipse for cpp > > 2011/3/9 Aekold Helbrass >> >> Good day! >> >> I want

Re: [Qt-creator] QtCreator for plain C project

2011-03-10 Thread Campbell Barton
On Wed, Mar 9, 2011 at 9:55 AM, Aekold Helbrass wrote: > Good day! > > I want to develop few projects without Qt in plain C. And of course > QtCreator is the IDE I really like and want to use. Is it possible to > make plain C project with QtCreator or I'll have to search for C IDE? I also use QtC

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread Alexander 'hatred' Drozdoff
В Wed, 9 Mar 2011 14:51:42 + Danny Price пишет: DP> Yes I use Creator almost exclusively for ANSI C development. There is no DP> C-project wizard. DP> You'll have to create the .pro file manually. I use Generic project for this purposes (for ex. AVR prog) -- WBR Alexander Drozdov FIDO: 2:5

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread Coda Highland
> I want to develop few projects without Qt in plain C. And of course > QtCreator is the IDE I really like and want to use. Is it possible to > make plain C project with QtCreator or I'll have to search for C IDE? You can use Creator to build a generic Makefile project, or you can use a qmake proj

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread Hex Lee
vim +cplugin or eclipse for cpp 2011/3/9 Aekold Helbrass > Good day! > > I want to develop few projects without Qt in plain C. And of course > QtCreator is the IDE I really like and want to use. Is it possible to > make plain C project with QtCreator or I'll have to search for C IDE? > _

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread Bryce Schober
I use Qt Creator, mostly for plain C projects. The problems that I've run into are mostly not related to it being "plain C," but rather that I have a hard time getting away from my obtuse Makefile system. If you're using Qt .pro projects to keep track of things (and understand how to edit them), th

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread andy fillebrown
On Wed, Mar 9, 2011 at 4:55 AM, Aekold Helbrass wrote: > Is it possible to make plain C project with QtCreator Yes. Cheers, ~ andy.f ___ Qt-creator mailing list Qt-creator@qt.nokia.com http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread Danny Price
Yes I use Creator almost exclusively for ANSI C development. There is no C-project wizard. You'll have to create the .pro file manually. If you supply .c to the cpp file name in the wizard, you'll get a .c file. On Wed, Mar 9, 2011 at 9:55 AM, Aekold Helbrass wrote: > Good day! > > I want to d

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread Itamar Reis Peixoto
On Wed, Mar 9, 2011 at 6:55 AM, Aekold Helbrass wrote: > Good day! > > I want to develop few projects without Qt in plain C. And of course > QtCreator is the IDE I really like and want to use. Is it possible to > make plain C project with QtCreator or I'll have to search for C IDE? codeblocks ?

Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread André Pönitz
On Wednesday 09 March 2011 10:55:27 ext Aekold Helbrass wrote: > Good day! > > I want to develop few projects without Qt in plain C. And of course > QtCreator is the IDE I really like and want to use. Is it possible to > make plain C project with QtCreator or I'll have to search for C IDE? Qt Cre

[Qt-creator] QtCreator for plain C project

2011-03-09 Thread Aekold Helbrass
Good day! I want to develop few projects without Qt in plain C. And of course QtCreator is the IDE I really like and want to use. Is it possible to make plain C project with QtCreator or I'll have to search for C IDE? ___ Qt-creator mailing list Qt-creat