controlpanelplugins/aboutplugin/t_aboutplugin/t_aboutplugin.pro
changeset 39 5aa7c7ec6b8e
child 41 ab0490982943
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/controlpanelplugins/aboutplugin/t_aboutplugin/t_aboutplugin.pro	Fri Sep 17 08:29:50 2010 +0300
@@ -0,0 +1,54 @@
+#
+# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: tests for About plugin
+#
+
+TEMPLATE = app
+
+CONFIG += debug_and_release
+
+QT += testlib
+
+symbian {
+     LIBS += -lsysversioninfo \
+            -lsysutil \
+            -lxqutils 
+}
+
+CONFIG(debug, debug|release) {
+    DESTDIR = ./debug
+} else {
+    DESTDIR = ./release
+}
+
+symbian: LIBS += -lcpframework 
+CONFIG += hb 
+
+INCLUDEPATH += ./inc
+                               
+
+
+DEPENDPATH += ./inc \
+              ./src \
+              ../inc \
+              ../src 
+
+DEFINES += ABOUT_TEST 
+
+symbian {
+    TARGET.UID3 = 0x2002BCD5
+    TARGET.CAPABILITY = CAP_APPLICATION AllFiles
+}
+
+include(t_aboutplugin.pri)