Merge branch 'master' of tomsrv:tomamp
[tomamp] / tomamp.pro
index 9cc2006..e39cc6a 100644 (file)
@@ -1,37 +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 \
-    README