X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tomamp.pro;h=e39cc6ad72efac4442da0f4acdd841c518c969c4;hb=8909a2735c513038eafc956e16ce38e31aa96062;hp=731d5a6d6166ff68f50e34256adc7a3e401ba153;hpb=545748b0bcad59fa2d8dd216cbbfa238511dd5ef;p=tomamp diff --git a/tomamp.pro b/tomamp.pro index 731d5a6..e39cc6a 100644 --- a/tomamp.pro +++ b/tomamp.pro @@ -1,36 +1,8 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2010-07-15T14:44:54 -# -#------------------------------------------------- - -QT += core gui phonon - -TARGET = tomamp -TEMPLATE = app - - -SOURCES += main.cpp\ - mainwindow.cpp \ - playlistmanager.cpp - -HEADERS += mainwindow.h \ - playlistmanager.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 - -OTHER_FILES += \ - bugs.txt