<div dir="ltr">I'v installed QT clean twice, just for the sake of testing QScintilla..<br>Maybe it's QT problem or Windows 7 but it seems I was ok with the steps I took.<br>1. I used QT's cmd shortcut for setting the environment and followed the instructions on the QScintilla\ ...\QT4\html\index.htm page.<br>
   With the exception of using "mingw32-make.exe" but "make.exe" (no make.exe on my computer)<br>2. After following the make + install of both QT4 and designer4, with warnings but no errors, I opened QT (4) and found that the plugin was not installed!<br>
3. After looking around I saw there was no qscintillaplugin.pluginspec file anywhere, I even tried to moc one (copy pasted another and tried to fix it for scintilla) but then QT poped out message that it awaits for an msvc build of the plugin. I didn't give up and setup Visual Studio 2005 + sp1 and updates .. (thinking about it I wasted some effort here :). tried to compile with nmake, but since QT4 that is available on QT's site is a mingw build, it could not link to scintilla. At that point I understand that<br>
<br>Scintilla is only for visual studio build of QT. not the main QT4 trunk. so.. is there a QScintilla for the normal QT4? (which later be compatible to mingw on other OS's?)<br><br>I hope there's a positive answer to this (or at least more positive than it looks now...)<br>
<br>rubi<br><br><br><br><div class="gmail_quote">On Mon, Oct 18, 2010 at 4:27 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Sat, 16 Oct 2010 21:05:11 +0200, Rubi Mazaki <<a href="mailto:rubimazaki@gmail.com">rubimazaki@gmail.com</a>><br>
wrote:<br>
<div><div></div><div class="h5">> Hi,<br>
> I am trying for some time now to install QScintilla plugin on QT 2010.05<br>
> windows open source.<br>
> I followed the instructions and built / intalled both QT4 / designer<br>
builds<br>
> without any special errors, only a few warnings using MINGW.<br>
> Now after I started QT the plugin was simply not found, so I made the<br>
> following step and copied the qscintillaplugin.dll to the designer<br>
folder<br>
> manually and even created qscintillaplugin.pluginspec file for it on the<br>
> plugins folder (under a separate folder).<br>
> Now QT says on load: that it expects an msvc build, so searching around<br>
I<br>
> found that I should change the registration values for the plugin so it<br>
is<br>
> msvc (and not mingw).<br>
> Now QT says: "the shared library was not found".<br>
><br>
> Now, compiling with msvc 2005 (after setting environment variables<br>
right)<br>
> was successfull, yet linking failed, maybe because the standard QT<br>
download<br>
> 2010.4/5 is mingw and not msvc.<br>
><br>
> So, now I am stuck, from my previous experience with scintilla on MFC it<br>
> was<br>
> a great tool, but it seems it still has a way to make to be available<br>
under<br>
> QT...<br>
><br>
> I would appreciate anyone's help.<br>
<br>
</div></div>It's unlikely to be a QScintilla problem. From your description it's<br>
impossible to guess what state your Qt installation is now in.<br>
<font color="#888888"><br>
Phil<br>
</font></blockquote></div><br></div>