View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#2
Does the version matter?

If not
Code:
#include <QFile>
#include <QDebug>

int main()
{
    if (!QFile::exists("/var/lib/dpkg/info/angrybirds.list")
        qFatal("Angry birds not installed.")

    return 0;
}

Last edited by MohammadAG; 2011-07-18 at 21:59.
 

The Following User Says Thank You to MohammadAG For This Useful Post: