imagehandlingutilities/thumbnailmanager/thumbnailmanagerqt/tsrc/test_qtnmwrapper.pro
equal
deleted
inserted
replaced
|
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 |
|
18 TEMPLATE = app |
|
19 TARGET = test_qtnmwrapper |
|
20 CONFIG += symbian_test |
|
21 |
|
22 INCLUDEPATH += . |
|
23 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \ |
|
24 /epoc32/include/mw/qt \ |
|
25 /epoc32/include/mw/qttest \ |
|
26 ../inc |
|
27 |
|
28 TARGET.CAPABILITY = ALL -TCB |
|
29 #DEFINES += _LOG_TO_C_ |
|
30 |
|
31 # Input |
|
32 LIBS += -lthumbnailmanager \ |
|
33 -lfbscli \ |
|
34 -lthumbnailmanagerqt |
|
35 |
|
36 SOURCES += test_qtnmwrapper.cpp \ |
|
37 ../src/thumbnailmanager_p_qt.cpp |
|
38 |
|
39 HEADERS += ../inc/thumbnailmanager_p_qt.h |
|
40 |
|
41 CONFIG += qtestlib console |
|
42 |
|
43 icons.sources += tnmwrapper_tsrc.png |
|
44 icons.sources += tnmwrapper_tsrc.mbm |
|
45 icons.path = / |
|
46 DEPLOYMENT += icons |