creator/creator.pro
changeset 27 271e901a9423
parent 17 4f2773374eff
child 28 4cc0d1a608c1
equal deleted inserted replaced
26:41ebde60981f 27:271e901a9423
     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
    69 			engine/inc/creator_scriptentry.h \
    53 			engine/inc/creator_scriptentry.h \
    70 			engine/inc/creator_scriptparser.h \
    54 			engine/inc/creator_scriptparser.h \
    71 			engine/inc/creator_std.h \
    55 			engine/inc/creator_std.h \
    72 			engine/inc/creator_traces.h \
    56 			engine/inc/creator_traces.h \
    73 			engine/inc/creator_wepsecuritysettings.h \
    57 			engine/inc/creator_wepsecuritysettings.h \
    74 			engine/inc/randomData.txt \
    58 			engine/inc/randomdata.txt \
    75 			inc/engine.h \
    59 			inc/engine.h \
    76 			inc/enginewrapper.h
    60 			inc/enginewrapper.h
    77 
    61 
    78 	SOURCES += engine/src/creator_accesspoint.cpp \
    62 	SOURCES += engine/src/creator_accesspoint.cpp \
    79 			engine/src/creator_browser.cpp \
    63 			engine/src/creator_browser.cpp \