added icons for the buttons
[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
17 # Input
18 HEADERS += src/addressbar.h \
19            src/button.h \
20            src/case.h \
21            src/filelist.h \
22            src/fileoperator.h \
23            src/pane.h
24 SOURCES += src/addressbar.cpp \
25            src/button.cpp \
26            src/case.cpp \
27            src/filelist.cpp \
28            src/fileoperator.cpp \
29            src/main.cpp \
30            src/pane.cpp