![]() |
2011-07-18
, 21:54
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#2
|
#include <QFile> #include <QDebug> int main() { if (!QFile::exists("/var/lib/dpkg/info/angrybirds.list") qFatal("Angry birds not installed.") return 0; }
The Following User Says Thank You to MohammadAG For This Useful Post: | ||
![]() |
2011-07-18
, 23:38
|
Posts: 291 |
Thanked: 435 times |
Joined on Apr 2011
@ RO
|
#3
|
|
2011-07-19
, 07:09
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#4
|
just a thought....better... do a program for downloading scores......best helpers from for this community and spends time for us (no charge) that is more interesting for me ....not ovi store money makers
I'm developing a tool to upload the highscores from Angrybirds to the website angrybirds-score.com.
I need to find out if angrybirds is installed and if yes which version of it.
So I need to call something like:
Does anybody know how to do this in a "correct" way?
Another question is, how can I ensure that angrybirds is installed when somebody wants to install my app? I'm thinking of dependencies here. I have no experience with this.
I'm usings the Qt SDK 1.1 and the included Qt Creator.
I have the same problem for Symbian, Windows and MeeGo 1.2 Harmattan but first I want to make my app availale for Maemo5.
I hope somebody can help.