<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/05/2012 07:23 AM, Maciej
      Mrozowski wrote:<br>
    </div>
    <blockquote cite="mid:201211050023.25874.reavertm@gmail.com"
      type="cite">
      <pre wrap="">This is likely a problem with texstudio that it either doesn't use pkgconfig 
Poppler module to locate Poppler in system or uses it wrong (for instance 
forgets to append poppler's include directories, like it seems here).</pre>
    </blockquote>
    <br>
    Got it, just do the following things:<br>
    <br>
    Chang the line 527 in the texstudio.pro into the following one:<br>
    <br>
         INCLUDEPATH += /usr/include/poppler/qt4<br>
    --><br>
            INCLUDEPATH += /usr/local/include/poppler/qt4<br>
    <br>
    Then, issue the following commands will do the trick:<br>
    <br>
    werner@debian-asus:~/software/TUG/IDE/texstudio/svn-texstudio/texstudio$
    qmake texstudio.pro<br>
    werner@debian-asus:~/software/TUG/IDE/texstudio/svn-texstudio/texstudio$
    make<br>
    <br>
    BTW, this the for the following version:
    <meta name="qrichtext" content="1">
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><span
        style=" font-weight:600;">TeXstudio 2.5</span> (SVN 3406M)<br>
    </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br>
      Regars<br>
      <!--EndFragment--></p>
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-1">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style>
    <pre class="moz-signature" cols="72">-- 
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.</pre>
  </body>
</html>