slight styling enhancements for panes
[case] / case.pro
index fe18116..8ede4b5 100644 (file)
--- a/case.pro
+++ b/case.pro
@@ -13,6 +13,7 @@ PKGCONFIG += dbus-1 gnome-vfs-2.0
 LIBS += -lhildonmime -ldbus-1
 OBJECTS_DIR=.build
 MOC_DIR=.build
+QT += maemo5
 
 # Input
 HEADERS += src/addressbar.h \
@@ -20,6 +21,7 @@ HEADERS += src/addressbar.h \
            src/case.h \
            src/filelist.h \
            src/fileoperator.h \
+           src/operationthread.h \
            src/pane.h \
            src/dialog.h \
            src/progressbar.h \
@@ -30,6 +32,7 @@ SOURCES += src/addressbar.cpp \
            src/case.cpp \
            src/filelist.cpp \
            src/fileoperator.cpp \
+           src/operationthread.cpp \
            src/main.cpp \
            src/pane.cpp \
            src/dialog.cpp \