empty searchdialog
authorTommi Asp <tomma.asp@gmail.com>
Sat, 5 Jun 2010 17:24:50 +0000 (20:24 +0300)
committerTommi Asp <tomma.asp@gmail.com>
Sat, 5 Jun 2010 17:24:50 +0000 (20:24 +0300)
src/src.pro

index e786153..6dcb565 100644 (file)
@@ -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
 }