JLinX – Blog

Weblog von Jan Linxweiler

Deploy Qt applications under Linux/X11

Filed under: Development,Linux — Jannis at 5:11 pm on Monday, April 24, 2006

Qt Online Reference

./configure -release -static -fast -no-qt3support -no-nis -no-cups -no-xrandr -no-xcursor -no-xinerama -prefix <$QTDIR>

Qt environment variables

Filed under: Development — Jannis at 1:02 pm on Saturday, April 22, 2006

QTDIR=Qt directory
PATH=${QTDIR}/bin

QMAKESPEC=$QTDIR/mkspecs/linux-g++

Have a look at a detailed description of the Independent Qt Tutorial in chapter 4.

Static Qt build under Mac OS X

Filed under: Apple & Mac OS X,Development — Jannis at 10:35 am on Saturday, April 22, 2006

HowTo generate a static build of Qt under Mac OS X:

./configure -release -static -fast -no-qt3support -no-nis -no-cups -prefix <$QTDIR>

See ./configure –help for details.

Mac specific issues of Qt

Filed under: Apple & Mac OS X,Development — Jannis at 9:14 pm on Thursday, April 20, 2006

Open source projects on MacForge

Filed under: Development — Jannis at 9:10 am on Wednesday, April 19, 2006

MacForge is your source to find open source projects out on the net that work on the Mac, or are likely to work on the Mac.

How to build Xcode projects with qmake

Filed under: Development — Jannis at 12:14 pm on Tuesday, April 18, 2006

Here you can find a HowTo that describes how to build Xcode project files with qmake.

qmake -project
qmake -spec macx-xcode

A german forum for Qt can be found here.

How to build Qt Appications using Xcode and qmake.

Under Linux qmake is used as followed:

qmake -project
qmake -spec linux-g++

Ten Must-Have Tools Every Developer Should Download Now

Filed under: Development — Jannis at 9:57 pm on Sunday, April 16, 2006
  • NUnit to write unit tests
  • NDoc to create code documentation
  • NAnt to build your solutions
  • CodeSmith to generate code
  • FxCop to police your code
  • Snippet Compiler to compile small bits of code
  • Two different switcher tools, the ASP.NET Version Switcher and the Visual Studio .NET Project Converter
  • Regulator to build regular expressions
  • .NET Reflector to examine assemblies

Ten Must-Have Tools Every Developer Should Download Now

Mac OS X Development

Filed under: Development — Jannis at 12:55 pm on Thursday, March 30, 2006

I found some usefull Websites for Mac Development:

Here you can find an open source book for Cocoa development.

For doing openGL on Mac check this out.

Rotor 2.0 is available

Filed under: Development — Jannis at 9:22 am on Thursday, March 30, 2006

Shared Source CLI 2.0 download

Working with the GDB

Filed under: Development — Jannis at 1:38 pm on Monday, March 20, 2006

Here you can find a tutorial that briefly describes you how to handle the GNU Project Debugger (GDB).

Here you can find the in deep manual.

« Previous PageNext Page »