[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
qtquran small patch
- To: developer at arabeyes dot org
- Subject: qtquran small patch
- From: Haydar Net <haydar at haydar dot net>
- Date: Sun, 09 Feb 2003 18:04:50 +0100
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01
بسم الله الرحمن الرحيم
لقد كنت أعمل ملفات RPM لحيدر لينكس وصادفتني المشكلة التالية :
كان هناك نقص في Makefile مما جعل qtquran لا يكتمل والملف المرفق هو ملف
ترقيعة patch لإصلاح هذا الخطأ.
أما المشكلة الثانية فهي عندما يكون مكان وضع ملفات libquran في /usr بدلا
عن /usr/local لا يشتغل البرنامج أي عندمايكون --prefix=/usr وسأحاول حل
هذه المشكلة
أخوكم
حيدر الكاظمي
--- qtquran/src/Makefile.am.orig Sun Feb 9 16:40:11 2003
+++ qtquran/src/Makefile.am Sun Feb 9 16:48:46 2003
@@ -10,7 +10,7 @@
$(UIC) -o $@ -impl $*.h $<
qtquran_UI = mainwindow.h mainwindow.cpp
-qtquran_MOC = searchform.moc.cpp quranview.moc.cpp qurandoc.moc.cpp qtquran.moc.cpp
+qtquran_MOC = searchform.moc.cpp quranview.moc.cpp qurandoc.moc.cpp qtquran.moc.cpp mainwindow.moc.cpp
mainwindow.h: mainwindow.ui
mainwindow.cpp: mainwindow.h mainwindow.ui
@@ -22,7 +22,7 @@
INTERFACES = mainwindow.ui
TRANSLATIONS =
KDE_OPTIONS = qtonly
-qtquran_LDADD = -lquran -lexpat -lspeex -logg $(LIB_QPE) $(LIB_QT) $(LIBSOCKET) mainwindow.o
+qtquran_LDADD = mainwindow.o -lquran -lexpat -lspeex -logg $(LIB_QPE) $(LIB_QT) $(LIBSOCKET)
EXTRA_DIST = main.cpp qtquran.cpp qtquran.h qurandoc.cpp qurandoc.h quranview.cpp quranview.h searchform.cpp searchform.h $(INTERFACES)