v0.3.0
[case] / case.pro
1 ######################################################################
2 # Automatically generated by qmake (2.01a) Mon Jul 12 22:30:42 2010
3 ######################################################################
4
5 TEMPLATE = app
6 TARGET = 
7 DEPENDPATH += . src
8 INCLUDEPATH += . src
9
10 # added manually!
11 CONFIG += link_pkgconfig
12 PKGCONFIG += dbus-1 gnome-vfs-2.0
13 LIBS += -lhildonmime -ldbus-1
14 OBJECTS_DIR=.build
15 MOC_DIR=.build
16 QT += maemo5
17
18 # Input
19 HEADERS += src/addressbar.h \
20            src/button.h \
21            src/case.h \
22            src/filelist.h \
23            src/fileoperator.h \
24            src/operationthread.h \
25            src/pane.h \
26            src/dialog.h \
27            src/progressbar.h \
28            src/style.h \
29            src/utils.h
30 SOURCES += src/addressbar.cpp \
31            src/button.cpp \
32            src/case.cpp \
33            src/filelist.cpp \
34            src/fileoperator.cpp \
35            src/operationthread.cpp \
36            src/main.cpp \
37            src/pane.cpp \
38            src/dialog.cpp \
39            src/progressbar.cpp \
40            src/style.cpp \
41            src/utils.cpp