|
From: <dhu...@us...> - 2007-01-20 12:44:11
|
Revision: 204
http://svn.sourceforge.net/qcell/?rev=204&view=rev
Author: dhubleizh
Date: 2007-01-20 04:44:08 -0800 (Sat, 20 Jan 2007)
Log Message:
-----------
- added static plugins
Modified Paths:
--------------
trunk/qcell/visgui/main.cpp
trunk/qcell/visgui/visgui.pro
Modified: trunk/qcell/visgui/main.cpp
===================================================================
--- trunk/qcell/visgui/main.cpp 2007-01-20 12:33:55 UTC (rev 203)
+++ trunk/qcell/visgui/main.cpp 2007-01-20 12:44:08 UTC (rev 204)
@@ -13,6 +13,9 @@
Q_IMPORT_PLUGIN(FQTFileParser);
Q_IMPORT_PLUGIN(KIFileParser);
Q_IMPORT_PLUGIN(REAKFileParser);
+Q_IMPORT_PLUGIN(LTFLFileParser);
+Q_IMPORT_PLUGIN(ZIFWFileParser);
+Q_IMPORT_PLUGIN(ZIFWPFileParser);
/**
* @brief Displays all debug messages in GUI
Modified: trunk/qcell/visgui/visgui.pro
===================================================================
--- trunk/qcell/visgui/visgui.pro 2007-01-20 12:33:55 UTC (rev 203)
+++ trunk/qcell/visgui/visgui.pro 2007-01-20 12:44:08 UTC (rev 204)
@@ -48,7 +48,7 @@
../basesources/view2dtexttools.cpp \
../basesources/view1dtexttools.cpp
-LIBS = -L../libs -lN -lFQT -lKI -lREAK
+LIBS = -L../libs -lN -lFQT -lKI -lREAK -lLTFL -lZIFW -lZIFWP
TRANSLATIONS = visgui_pl.ts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|