X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tomamp.pro;h=e39cc6ad72efac4442da0f4acdd841c518c969c4;hb=b2db6f73c47d3c3ec7a8174275fefeb20130c8ae;hp=177e8b47f8b74bff36b36a7d9f194f191708a2aa;hpb=0c6a1934575f3fdff30b939d09c1ad7eb47eda24;p=tomamp diff --git a/tomamp.pro b/tomamp.pro index 177e8b4..e39cc6a 100644 --- a/tomamp.pro +++ b/tomamp.pro @@ -1,33 +1,8 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2010-07-15T14:44:54 -# -#------------------------------------------------- - -QT += core gui phonon - -TARGET = tomamp -TEMPLATE = app - - -SOURCES += main.cpp\ - mainwindow.cpp \ - playlist.cpp - -HEADERS += mainwindow.h \ - playlist.h - -FORMS += - -CONFIG += mobility -MOBILITY = - -symbian { - TARGET.UID3 = 0xe3107f4b - # TARGET.CAPABILITY += - TARGET.EPOCSTACKSIZE = 0x14000 - TARGET.EPOCHEAPSIZE = 0x020000 0x800000 +QMAKEVERSION = $$[QMAKE_VERSION] +ISQT4 = $$find(QMAKEVERSION, ^[2-9]) +isEmpty( ISQT4 ) { +error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4"); } +TEMPLATE = subdirs +SUBDIRS = tomamp -RESOURCES += \ - ampres.qrc