qmake
= Generating makefiles = Another approach to building software is ''generating'' make files. This is . . . what ''qmake'' does. qmake is part of Qt, the portable widget . . . library of [http://www.trolltech.com TrollTech]. qmake takes Project files (extension .pro) and turns . . . similar. = Generate a .pro file = Next, we let qmake generate the .pro file. This is not something . . . do regularly, but it's easy to start off with. $ qmake -project A new .pro file appears, looking something . . .
2K - last updated 2007-10-11 14:48 UTC by 6130
UNIX Toolkit
What follows is an explanation of several operating system mechanisms for programmers in the UNIX environment. . . . Additional pointers: * [[Makefiles]] * [[qmake]] * [[Shared_libraries]] * [[Debugging]] * [[Example_of_building_and_using_an_external_library_with_SafeStr]] . . .
1K - last updated 2007-10-11 13:21 UTC by 6130
2 pages found.