OTHER: Change a Parameter from QDir to QString.

I think this will be needed when I add zipped skin support later
This commit is contained in:
Thomas Frauendorfer 2008-11-02 11:52:49 +01:00
parent fbb7808c7f
commit 461106eb43
6 changed files with 22 additions and 18 deletions

4
README
View file

@ -1,4 +1,4 @@
Required dependencys:
Required dependencies:
* QT4.2.x http://www.trolltech.no/
* XMMS2 http://xmms2.xmms.org/
* XMMS2 C++ bindings (make sure you have boost_signals when compiling xmms2)
@ -16,6 +16,8 @@ Compiling:
5) ????
6) profit
To change the install directory, use 'qmake PREFIX=<path>' at step 1
Compilation problems:
- Errormessage "WARNING: Found potential symbol conflict of <somefile>"
-> make sure you use uic from Qt4 (uic -version)