zuerst die libs kompilieren und dann die mini applikation..
macht alles qt in der pro datei...
im grunde genommen ist nur noch...
qmake && make
so wie man sqlite3 static lib macht geht es auch fuer mysql
subversion
svn co http://ciz.ch/svnciz/static_sqlite_table/ test
cd test
qmake && make
je nach os make....
die pro datei ist so..
Code: Alles auswählen
TEMPLATE = subdirs
SUBDIRS = sqlite3_src \
src
unter mein projekt ist auch eine copie...
svn co https://svn.sourceforge.net/svnroot/qtexcel-xslt qtexcel-xslt