podcatcher_qt/makefile/podcatcher.pro
branchpodcatcher_qt_symbian4
changeset 225 49b434b3a0b2
child 237 c85b889b0d4b
equal deleted inserted replaced
224:9db1c2928b15 225:49b434b3a0b2
       
     1 #-----------------------------------------------------------------------------
       
     2 # Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, Marcin Pogorzelski, EmbedDev AB
       
     3 #
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of the License "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # EmbedDev AB - initial contribution.
       
    12 #
       
    13 # Contributors: Marcin Pogorzelski
       
    14 #
       
    15 # Description: QT pro file.
       
    16 #
       
    17 #-----------------------------------------------------------------------------
       
    18 TEMPLATE				=	subdirs
       
    19 CONFIG					+=	ordered
       
    20 
       
    21 SUBDIRS					=	../../engine/makefile/podcatcher_engine.pro
       
    22 SUBDIRS					=	./podcatcher_application.pro
       
    23 
       
    24 symbian {
       
    25 	SYMBIAN_PLATFORMS	=	DEFAULT
       
    26 }