equal
deleted
inserted
replaced
|
1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of "Eclipse Public License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 # Initial Contributors: |
|
8 # Nokia Corporation - initial contribution. |
|
9 # Contributors: |
|
10 # Description: |
|
11 |
|
12 TEMPLATE = app |
|
13 CONFIG += qtestlib \ |
|
14 hb |
|
15 TARGET = unittest_ganeswidgets |
|
16 DEFINES += _UNITTEST_GANESWIDGETS_LOG_TO_C_ |
|
17 TARGET.CAPABILITY = All \ |
|
18 -TCB |
|
19 INCLUDEPATH += . \ |
|
20 inc \ |
|
21 $$APP_LAYER_SYSTEMINCLUDE \ |
|
22 $$MW_LAYER_SYSTEMINCLUDE \ |
|
23 /sf/mw/hb/src/hbcore/gui |
|
24 LIBS += -lestor.dll \ |
|
25 -lganeswidgets.dll |
|
26 |
|
27 # Input |
|
28 SOURCES += hbautotest.cpp \ |
|
29 unittest_ganeswidgets.cpp |
|
30 RESOURCES = unittest_ganeswidgets.qrc |
|
31 HEADERS = |