phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtbuttonscontroller/ut_phoneuiqtbuttonscontroller.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: Project file for building unit test component |
|
15 # |
|
16 # |
|
17 |
|
18 TEMPLATE = app |
|
19 TARGET = |
|
20 TARGET.UID3 = 0xE37686c5 |
|
21 DEPENDPATH += . \ |
|
22 ../../src |
|
23 INCLUDEPATH += . \ |
|
24 ../../inc |
|
25 CONFIG += hb |
|
26 CONFIG += qtestlib |
|
27 symbian: |
|
28 else:win32:DESTDIR = ./ |
|
29 |
|
30 # CONFIG(debug,debug|release) |
|
31 # { |
|
32 # QMAKE_CXX = ctc -i d g++ |
|
33 # LIBS += $$(CTCHOME)\lib\ctcmsnt.lib |
|
34 # } |
|
35 SOURCES += unit_tests.cpp \ |
|
36 ../../src/phoneuiqtbuttonscontroller.cpp |
|
37 HEADERS += ../../inc/phoneuiqtbuttonscontroller.h |
|