From: Tommi Asp Date: Sat, 5 Jun 2010 17:24:50 +0000 (+0300) Subject: empty searchdialog X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=7acde1560c5773c2157ed8c4f27867f06b6acf07;hp=9116009e6be9d2bc684255ae88b4ad0d027c55fe;p=cuteexplorer empty searchdialog --- diff --git a/src/src.pro b/src/src.pro index e786153..6dcb565 100644 --- a/src/src.pro +++ b/src/src.pro @@ -6,39 +6,39 @@ TEMPLATE = app QT += dbus SOURCES += main.cpp \ mainwindow.cpp \ - filelistwidget.cpp + filelistwidget.cpp \ + searchdialog.cpp HEADERS += mainwindow.h \ - filelistwidget.h -FORMS += mainwindow.ui + filelistwidget.h \ + searchdialog.h +FORMS += mainwindow.ui \ + searchdialog.ui TRANSLATIONS += cuteexplorertranslation_fi_FI.ts RESOURCES += i18n.qrc - DEFINES += CUTE_VERSION=\\\"1.1\\\" -maemo5 { - #VARIABLES +maemo5 { + # VARIABLES CONFIG += link_pkgconfig - PKGCONFIG += dbus-1 gnome-vfs-2.0 - LIBS += -lhildonmime -ldbus-1 - isEmpty(PREFIX) { - PREFIX = /usr - } -BINDIR = $$PREFIX/bin -DATADIR =$$PREFIX/share - -DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\" - -#MAKE INSTALL - -INSTALLS += target desktop icon icon64 - - target.path =$$BINDIR - - desktop.path = $$DATADIR/applications/hildon - desktop.files += $${TARGET}.desktop - - icon64.path = $$DATADIR/icons/hicolor/64x64/apps - icon64.files += $${TARGET}_icon64.png - - icon.path = $$DATADIR/icons/hicolor/scalable/apps - icon.files += $${TARGET}_icon.svg + PKGCONFIG += dbus-1 \ + gnome-vfs-2.0 + LIBS += -lhildonmime \ + -ldbus-1 + isEmpty(PREFIX):PREFIX = /usr + BINDIR = $$PREFIX/bin + DATADIR = $$PREFIX/share + DEFINES += DATADIR=\\\"$$DATADIR\\\" \ + PKGDATADIR=\\\"$$PKGDATADIR\\\" + + # MAKE INSTALL + INSTALLS += target \ + desktop \ + icon \ + icon64 + target.path = $$BINDIR + desktop.path = $$DATADIR/applications/hildon + desktop.files += $${TARGET}.desktop + icon64.path = $$DATADIR/icons/hicolor/64x64/apps + icon64.files += $${TARGET}_icon64.png + icon.path = $$DATADIR/icons/hicolor/scalable/apps + icon.files += $${TARGET}_icon.svg }