Lists all of the journal entries for the day.

Mon, 12 Nov 2007

11:54 AM - Compiling qt apps

To compile a qt33 app in MidnightBSD, you need to run the qmake command first.  (like all platforms)  However, you need to define the path to a spec file or else you'll get an error. 

Here is the proper command line usage:

qmake myfile.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++

We need our own mkspecs file.

You may need to edit the Makefile as well. QTDIR isn't getting set.

()