Thread: Compiling 0.6.0
View Single Post
  #7 (permalink)  
Old February 4th, 2003
J.B J.B is offline
Apprentice
 
Join Date: November 8th, 2002
Posts: 7
J.B is flying high
Talking

The lines 797-802 in src/QtellaSub.cpp looks like this:

#ifndef USEKDE
#ifndef SHARP
ui_checkbox_fileassociations->hide();
ui_checkbox_systemtray->hide();
#endif
#endif

I commented out the ui_checkbox lines:

#ifndef USEKDE
#ifndef SHARP
// ui_checkbox_fileassociations->hide();
// ui_checkbox_systemtray->hide();
#endif
#endif

And I managed to compile and install qtella.
Reply With Quote