implementation of (un)comment. Fix for SL51

This commit is contained in:
nemu
2010-02-23 19:25:14 +00:00
parent e14c5c3b7f
commit 5fb0503f2a
3 changed files with 75 additions and 90 deletions

View File

@@ -25,6 +25,11 @@ CONFIG += qt \
QT += xml
# This is only needed for SL5.1
exists ( /opt/fontconfig-2.8.0/lib/libfontconfig.so ) {
unix:LIBS += -L/opt/fontconfig-2.8.0/lib/ -lfontconfig
}
HEADERS = musredit.h \
PHelp.h \
PTextEdit.h \