|
From: <dhu...@us...> - 2007-01-20 12:33:25
|
Revision: 202
http://svn.sourceforge.net/qcell/?rev=202&view=rev
Author: dhubleizh
Date: 2007-01-20 04:33:20 -0800 (Sat, 20 Jan 2007)
Log Message:
-----------
- minor changes and bugfixes
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:32:39 UTC (rev 201)
+++ trunk/qcell/visgui/main.cpp 2007-01-20 12:33:20 UTC (rev 202)
@@ -12,6 +12,7 @@
Q_IMPORT_PLUGIN(NFileParser);
Q_IMPORT_PLUGIN(FQTFileParser);
Q_IMPORT_PLUGIN(KIFileParser);
+Q_IMPORT_PLUGIN(REAKFileParser);
/**
* @brief Displays all debug messages in GUI
Modified: trunk/qcell/visgui/visgui.pro
===================================================================
--- trunk/qcell/visgui/visgui.pro 2007-01-20 12:32:39 UTC (rev 201)
+++ trunk/qcell/visgui/visgui.pro 2007-01-20 12:33:20 UTC (rev 202)
@@ -48,7 +48,7 @@
../basesources/view2dtexttools.cpp \
../basesources/view1dtexttools.cpp
-LIBS = -L../libs -lN -lFQT -lKI
+LIBS = -L../libs -lN -lFQT -lKI -lREAK
TRANSLATIONS = visgui_pl.ts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|