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
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
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
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
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++.
>
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
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
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
В 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
> 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
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?
> _
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
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
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
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 ?
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
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
17 matches
Mail list logo