logsui/logscntfinder/tsrc/st_logscntfinder/st_logscntfinder.pro
changeset 6 41c0a814d878
parent 4 e52d42f9500c
child 18 acd4e87b24b4
--- a/logsui/logscntfinder/tsrc/st_logscntfinder/st_logscntfinder.pro	Thu May 27 12:51:53 2010 +0300
+++ b/logsui/logscntfinder/tsrc/st_logscntfinder/st_logscntfinder.pro	Fri Jun 11 13:38:41 2010 +0300
@@ -21,17 +21,14 @@
 QT += testlib xml
 CONFIG  += qtestlib
 CONFIG  += hb
-HB = hbcore hbinput 
+DEFINES += QT_NO_DEBUG_OUTPUT
 
-#include(../tsrc.pri)
-
-DEFINES += PBK_UNIT_TEST
 DEPENDPATH += .
 INCLUDEPATH += ./
 INCLUDEPATH += ./inc
 INCLUDEPATH += ../inc
 
-#DEPENDPATH += .
+DEPENDPATH += .
 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
 INCLUDEPATH += ../../
 INCLUDEPATH += ../../inc
@@ -39,18 +36,18 @@
 INCLUDEPATH += ../../../tsrc/qtestutils/inc
 
 # Input
-HEADERS += inc\st_logscntfinder.h 
+HEADERS += inc/st_logscntfinder.h 
+HEADERS += inc/st_logscntfinderqwerty.h 
+HEADERS += inc/st_logscntfinderthai.h
             
-SOURCES += src\st_logscntfinder.cpp   
+SOURCES += src/main.cpp   
+SOURCES += src/st_logscntfinder.cpp   
+SOURCES += src/st_logscntfinderqwerty.cpp
+SOURCES += src/st_logscntfinderthai.cpp
 SOURCES += ../../../tsrc/qtestutils/src/testresultxmlparser.cpp
 
 symbian: {
-    TARGET.UID2 = 0x100039CE
-    TARGET.UID3 = 0xEfa329b3
     TARGET.CAPABILITY = ALL -TCB
     TARGET.EPOCALLOWDLLDATA = 1
-    LIBS += \
-        -lxqservice \
-        -lQtContacts \
-        -llogscntfinder
+    LIBS += -lflogger -lqtcontacts -llogscntfinder
 }