Building hints for QtDMM
Download the Qt 4.8.6 package from:
http://download.qt.io/archive/qt/4.8/4.8.6/
The run the qt installer.
Next, download QtDMM 0.9.0 source from here:
http://www.mtoussaint.de/qtdmm.html#tgz
Look in the folder QtDMM-0.9.0 --> src.
Open src.pro and make the following changes:
on line 80 remove $(QTDIR)/lib/libqt-mt.a from the end of the line
on line 81 change QtDMMIcon.icns to ../qtdmm.png
Go to a terminal and run the following:
$ cd <downloaddir>/QtDMM-0.9.0/src
$ qmake -makefile src.pro -o qtdmm
$ cd ../
$ qmake -makefile QtDMM.pro
This should generate Xcode project files you can open and build your application.
Visit my other pages: