<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/120273/">https://git.reviewboard.kde.org/r/120273/</a>
     </td>
    </tr>
   </table>
   <br />





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On September 19th, 2014, 10:39 nachm. CEST, <b>Jakub Caban</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">I actually found out KDevUpload doesn't even load due to 'missing shared library'. The cause of this is probably wrong install path. I found out cpp plugin from KDevelop is installed into:</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">/lib64/qt5/plugins/</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">But kdevupload into:</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">/usr/lib64/plugins/</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Even though they both use ${PLUGIN_INSTALL_DIR} as their taget. could someone please hint me how to fix it? Couldn't solve it myself by looking at KDevelop code nor googling.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">I am building with -DCMAKE_INSTALL_PREFIX=/usr - can that be source of the problem? What should I use intead to get going?</p></pre>
 </blockquote>




 <p>On September 19th, 2014, 10:52 nachm. CEST, <b>Milian Wolff</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">What shared library is missing?</p></pre>
 </blockquote>





 <p>On September 19th, 2014, 11:02 nachm. CEST, <b>Jakub Caban</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">kdevelop output:<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
kdevplatform (shell): Failed to load "KDevUpload" - "The shared library was not found."<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
kdevplatform (shell): Loading plugin ' "KDevUpload" ' failed.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Probably it's about kdevupload.so as it's the only relevant file installed, but I don't know how to check deeper.</p></pre>
 </blockquote>





 <p>On September 19th, 2014, 11:04 nachm. CEST, <b>Sven Brauch</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Just for the record, with master I have the same problem with all plugins and wasn't able to fix it so far. Maybe a wider issue?</p></pre>
 </blockquote>





 <p>On September 19th, 2014, 11:16 nachm. CEST, <b>Milian Wolff</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">probably fall-out from the recent patch to get away from .desktop files to .json files. Maybe there was a regression with the fallback mode that still relies on .desktop? Just for the record, X-KDE-Library should say "kdevupload" and that  should then be used by our plugincontroller to load the plugin (called kdevupload.so).</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">bye</p></pre>
 </blockquote>





 <p>On September 19th, 2014, 11:19 nachm. CEST, <b>Jakub Caban</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">X-KDE-Library says kdevupload in intalled .desktop, so everything seems right at this side.</p></pre>
 </blockquote>





 <p>On September 20th, 2014, 3:44 nachm. CEST, <b>Alexander Richardson</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Seems right to me, is the install dir (/usr/lib64/plugins) part of QT_PLUGIN_PATH?</p></pre>
 </blockquote>





 <p>On September 20th, 2014, 3:46 nachm. CEST, <b>Jakub Caban</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Seems like it is:</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">lustmored@vindor ~ $ echo $QT_PLUGIN_PATH<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
/usr/lib64/kde4/plugins:/usr/lib64/plugins:/usr/lib64/qt5/plugins</p></pre>
 </blockquote>








</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Strange, I will test this once I get to my development PC today (~2 hours)</p></pre>
<br />










<p>- Alexander</p>


<br />
<p>On September 19th, 2014, 11:26 nachm. CEST, Jakub Caban wrote:</p>









<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>

<div>Review request for KDevelop and Alexander Richardson.</div>
<div>By Jakub Caban.</div>


<p style="color: grey;"><i>Updated Sept. 19, 2014, 11:26 nachm.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kdev-upload
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">I have ported CMakeList to ECM and Framework based and ported as much source code as I could to compile agains KDevelop and KDevplatform master.</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">It compiles and allows to modify and add/delete upload profiles without crashing.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Missing bits:<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
- options to Upload and Quick upload in file tree,<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
- remote view (a.k.a. Upload Profiles toolbar),<br style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;" />
- testing if it will actually upload anything.</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>CMakeLists.txt <span style="color: grey">(8e6baa4)</span></li>

 <li>kdevuploadplugin.h <span style="color: grey">(335b2b3)</span></li>

 <li>kdevuploadplugin.cpp <span style="color: grey">(c805255)</span></li>

 <li>profilesfiletree.h <span style="color: grey">(4718b1e)</span></li>

 <li>profilesfiletree.cpp <span style="color: grey">(fffe74e)</span></li>

 <li>tests/CMakeLists.txt <span style="color: grey">(bb4f2f6)</span></li>

 <li>uploaddialog.cpp <span style="color: grey">(0600a7d)</span></li>

 <li>uploadjob.cpp <span style="color: grey">(b48e58c)</span></li>

 <li>uploadpreferences.cpp <span style="color: grey">(4b4380e)</span></li>

 <li>uploadprofiledlg.cpp <span style="color: grey">(930f1c1)</span></li>

 <li>uploadprofilemodel.cpp <span style="color: grey">(84e8a79)</span></li>

 <li>uploadprojectmodel.cpp <span style="color: grey">(900b8d0)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/120273/diff/" style="margin-left: 3em;">View Diff</a></p>






  </td>
 </tr>
</table>








  </div>
 </body>
</html>