![]() |
2010-12-23
, 04:26
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#2
|
Hi everyone
I am developing an app, which compiles fine under Arch Linux, Nokia Qt SDK 1.0.1, but when uploaded using Maemo Extras Assistant, it won't compile.
It is down to missing header files, not sure why the builder can't locate it!?!
<snip>
I believe QtMultimediaKit is not included, hence why. Under scratchbox, it does get included without any issues.
Regards.
![]() |
2010-12-23
, 11:40
|
Posts: 13 |
Thanked: 19 times |
Joined on Dec 2010
|
#3
|
# ------------------------------------------------- # Project created by QtCreator 2009-05-20T18:31:05 # ------------------------------------------------- DEFINES += QT_NO_DEBUG_OUTPUT DEFINES += TESTING unix:!symbian { maemo5 { QT += network CONFIG += mobility qdbus MOBILITY += multimedia DEFINES += maemo5 target.path = /opt/munadi icon.path = /usr/share/icons icon.files = desktop/munadi.png audio.path = /opt/munadi/audio audio.files = audio/athan.wav desktop.path = /usr/share/applications/hildon desktop.files = desktop/munadi.desktop service.path = /usr/share/dbus-1/services service.files = desktop/org.indt.munadi.service INSTALLS += target audio service icon desktop } else { QT += network CONFIG += qt debug INCLUDEPATH += /usr/include LIBS += -lsfml-audio -lsfml-system DEFINES += SFML target.path = /usr/local/bin } } symbian{ } win32 { QT += network CONFIG += qt debug INCLUDEPATH += C:\SFML\include\ LIBS += C:\SFML\lib\ -lsfml-audio -lsfml-system } TARGET = munadi TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp \ munadiengine.cpp \ addcitydialog.cpp \ libitl/umm_alqura.c \ libitl/prayer.c \ libitl/hijri.c \ libitl/astro.c HEADERS += mainwindow.h \ munadiengine.h \ addcitydialog.h \ libitl/prayer.h \ libitl/hijri.h \ libitl/astro.h \ settings.h \ globals.h FORMS += mainwindow.ui \ addcitydialog.ui OTHER_FILES += \ text/hadith \ audio/athan.wav \ desktop/munadi.desktop \ desktop/munadi.png \ desktop/org.indt.munadi.service RESOURCES += resources.qrc
maemo5 { QT += network CONFIG += mobility qdbus MOBILITY += multimedia ....
![]() |
2010-12-23
, 12:25
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#4
|
![]() |
2010-12-23
, 12:53
|
Posts: 13 |
Thanked: 19 times |
Joined on Dec 2010
|
#5
|
Your debian/control actually, the autobuilder doesn't care about the .pro file.
Source: munadi Section: user/utilities Priority: optional Maintainer: A.Abbad <haqman@gmail.com> Build-Depends: debhelper (>= 5), libqt4-dev Standards-Version: 3.7.3 Homepage: http://sourceforge.net/projects/munadi/ Package: munadi Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Maemo build of Munadi, the cross-platform Athan tool This program calls .... XSBC-Maemo-Display-Name: Munadi XB-Maemo-Icon-26: iVBORw....
![]() |
2010-12-24
, 20:39
|
Posts: 13 |
Thanked: 19 times |
Joined on Dec 2010
|
#6
|
I am developing an app, which compiles fine under Arch Linux, Nokia Qt SDK 1.0.1, but when uploaded using Maemo Extras Assistant, it won't compile.
It is down to missing header files, not sure why the builder can't locate it!?!
See:
Regards.