[wpdev-commits] wolfpack wolfpack.pro,1.204,1.205
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-05 21:36:46
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28487 Modified Files: wolfpack.pro Log Message: Ack, I just noticed this... Fix should work better for windows now. Index: wolfpack.pro =================================================================== RCS file: /cvsroot/wpdev/wolfpack/wolfpack.pro,v retrieving revision 1.204 retrieving revision 1.205 diff -C2 -d -r1.204 -r1.205 *** wolfpack.pro 5 Aug 2004 21:34:26 -0000 1.204 --- wolfpack.pro 5 Aug 2004 21:36:37 -0000 1.205 *************** *** 119,122 **** --- 119,127 ---- } + win32 { + INCLUDEPATH += $$PY_INCDIR $$MySQL_INCDIR $$SQLite_INCDIR + LIBS += $$PY_LIBDIR $$MySQL_LIBDIR $$SQLite_LIBDIR + } + RC_FILE = res.rc OBJECTS_DIR = obj |