javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri
changeset 35 85266cc22c7f
parent 23 98ccebc37403
child 48 e0d6e9bd3ca7
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri	Thu May 27 12:49:31 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/eswt_widgets.pri	Fri Jun 11 13:33:44 2010 +0300
@@ -9,14 +9,21 @@
 #     Nokia Corporation - initial implementation
 #*******************************************************************************
 
+QT += core \
+      gui
+
+DEFINES += SWTQT_LIBRARY
+
 INCLUDEPATH += $$PWD
 DEPENDPATH += $$PWD
 
-HEADERS += eventcallback.h \
+HEADERS += \
+    eventcallback.h \
     slotcallback.h \
     swtlog.h \
     jniutils.h \
     swt.h \
+    swterror.h \
     autorelease.h \
     listdatamodel.h \
     qcaptionedwidget.h \
@@ -26,11 +33,11 @@
     qswttabwidget.h \
     execexceptionhandler.h \
     swtfontcache.h \
-    swtbufferflushevent.h
-
+    swtbufferflushevent.h \
+    swtexport.h
 
-
-SOURCES += eventcallback.cpp \
+SOURCES += \
+    eventcallback.cpp \
     slotcallback.cpp \
     os.cpp \
     swtlog.cpp \
@@ -45,29 +52,33 @@
 
 ##### Symbian specific items ######
 symbian {
-
-CONFIG += mobility
-MOBILITY += bearer
-
-HEADERS += swts60.h \
-	swtmobiledevice.h \
-    swtflipwatch.h
-
-SOURCES += swts60.cpp \
-	swtmobiledevice.cpp \
-    swtflipwatch.cpp
+    CONFIG += mobility
+    MOBILITY += bearer
+    
+    HEADERS += \
+        swts60.h \
+    	swtmobiledevice.h \
+        swtflipwatch.h
     
-LIBS += -leikcore
-LIBS += -lapparc
-LIBS += -lavkon
-LIBS += -lefsrv
-LIBS += -lcone
-LIBS += -leikcoctl
-LIBS += -lapgrfx
-LIBS += -lHWRMVibraClient
-LIBS += -lHWRMLightClient
-LIBS += -lxqservice
-LIBS += -lxqtelephonyservice
-LIBS += -lQtContacts
-
+    SOURCES += \
+        swts60.cpp \
+    	swtmobiledevice.cpp \
+        swtflipwatch.cpp
+        
+    LIBS += \
+        -leikcore \
+        -lapparc \
+        -lavkon \
+        -lefsrv \
+        -lcone \
+        -leikcoctl \
+        -lapgrfx \
+        -lHWRMVibraClient \
+        -lHWRMLightClient \
+        -lxqservice \
+        -lxqtelephonyservice \
+        -lQtContacts \
+        -lhal \
+        -lws32 \
+        -lgdi
 }