GithubHelp home page GithubHelp logo

isabella232 / qdevelop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google-code-export/qdevelop

0.0 0.0 0.0 6.53 MB

Automatically exported from code.google.com/p/qdevelop

License: GNU General Public License v2.0

CMake 0.76% QMake 0.53% Inno Setup 0.25% C++ 97.56% C 0.90%

qdevelop's Introduction

    QDevelop - A Development Environment for Qt4

    (C) 2006 Jean-Luc Biord <[email protected]>

Compiling using cmake
~~~~~~~~~~~~~~~~~~~~~

Since Version 0.20, it's possible to compile the application using cmake. Please
note that the official build tool for QDevelop is still qmake, and cmake it in 
early beta stage.

The IDE cannot handle cmake projects yet, but this may change in the future.

You need to use cmake version 2.4.3 (2.4.0 and above shuold work, but only 2.4.3
and above have been tested). The compilation was tested under Linux, and on Win32
the compilation does work, but QDevelop loads up with a console window.

To build QDevelop, we need to create a new subdirectory to build off source, we call
cmake, and the finally make:

	mkdir cbuild
	cd cbuild
	cmake -G "MinGW Makefiles" ../
	make
	
Why using cmake?
~~~~~~~~~~~~~~~~

Quite frankly, qmake is nice, but it's a toy. You cannot set dependencies,
you cannot make conditional compile time switches (or at lest not in an automated 
way, when packaging for example). 

Using cmake, you also have a percentage which displays how much the compilation 
is going on. The output is MUCH nicer: by default you do not see the 
"gcc -c ..." messages, instead you see nice messages saying that the file is being 
compiled (in color!).

- diego - [email protected]

qdevelop's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.