Fixed compiling in other platforms than maemo5
authorTommi Asp <tomma.asp@gmail.com>
Fri, 9 Apr 2010 09:42:41 +0000 (12:42 +0300)
committerTommi Asp <tomma.asp@gmail.com>
Fri, 9 Apr 2010 09:42:41 +0000 (12:42 +0300)
src/src.pro

index 03840aa..cf54d45 100644 (file)
@@ -3,7 +3,7 @@
 # -------------------------------------------------
 TARGET = cuteexplorer
 TEMPLATE = app
-
+QT += dbus
 SOURCES += main.cpp \
     mainwindow.cpp \
     filelistwidget.cpp
@@ -19,7 +19,6 @@ maemo5 {
     CONFIG += link_pkgconfig
     PKGCONFIG += dbus-1 gnome-vfs-2.0
     LIBS += -lhildonmime -ldbus-1
-    QT += dbus
     isEmpty(PREFIX) {
         PREFIX = /usr
   }