INSTALL procedure
Status: Alpha
Brought to you by:
ruut_
When installing on a SuSE 9.1 Pro system. The existing
INSTALL procedure states to do a qmake on qsoapman.pro.
This did not work. Instead I cd into the src
directory and did a qmake -o Makefile src.pro. This
sucessfully installed qsoapman. I am not sure if this
is a bug in the install or specific to using SuSE 9.1.
Also, just to note -- Since SuSE 9.1 uses KDE 3.2 it
appears to already have the Qt library installed.
I am including a modified INSTALL procedure if you
would like to use it.
Modified INSTALL instructions
Logged In: NO
I had trouble too, but I ran this from the main directory: qmake -project && qmake && make.
I didn't install, but it built it fine. I'm just running it from its current location.