From aba6bee336588a3a0b9c490ca3808812668504f7 Mon Sep 17 00:00:00 2001 From: Tommi Asp Date: Fri, 9 Apr 2010 12:42:41 +0300 Subject: [PATCH 1/1] Fixed compiling in other platforms than maemo5 --- src/src.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index 03840aa..cf54d45 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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 } -- 1.7.9.5