creator/creator.pro
changeset 23 c9bf25a20c9f
parent 19 4b22a598b890
child 34 e0ec97ec3cc4
equal deleted inserted replaced
19:4b22a598b890 23:c9bf25a20c9f
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 
       
    17 TEMPLATE = app
     1 TEMPLATE = app
    18 TARGET = Creator
     2 TARGET = Creator
    19 
     3 
    20 DEPENDPATH += .
     4 DEPENDPATH += .
    21 DEPENDPATH += src engine/src
     5 DEPENDPATH += src engine/src
   156 			-lcmmanager \
   140 			-lcmmanager \
   157 			-lcmmanagerdatabase \
   141 			-lcmmanagerdatabase \
   158 			-lapengine \
   142 			-lapengine \
   159 			-lnoteseditor \
   143 			-lnoteseditor \
   160 			-lxqservice \
   144 			-lxqservice \
   161 		    -lQtContacts \
   145 		    -lQtContacts \ 
   162 		    -lmobcntmodel \ 
       
   163 			-lagendainterface 
   146 			-lagendainterface 
   164 
   147 
   165 	creatorDataBlock = \
   148 	creatorDataBlock = \
   166 			"SOURCEPATH ." \
   149 			"SOURCEPATH ." \
   167 			"START RESOURCE data/datacreator.rss" \
   150 			"START RESOURCE data/datacreator.rss" \