Refactor out the view into its own class and add autotest for it
[ambit.git] / src / src.pro
blobe4e8050e9afa2bd1aded86b7b5d587370c356b0d
1 TEMPLATE = app
2 TARGET = ambit
4 mac {
5 TARGET =Ambit
8 DEPENDPATH += .
9 INCLUDEPATH += .
10 RESOURCES += ambit.qrc
11 DESTDIR = ../
12 OBJECTS_DIR = build
13 MOC_DIR = build
14 UI_DIR = build
15 QT += script
17 CONFIG += warn_on debug
19 # Input
20 HEADERS += mainwindow.h \
21 view.h \
22 treeview.h \
23 history.h \
24 iconview.h \
25 qsidebar.h \
26 columnview.h \
27 diskinformation.h \
28 aboutdialog.h \
29 qfilesystemmodel_p.h \
30 qfileinfogatherer_p.h
32 SOURCES += main.cpp \
33 view.cpp \
34 mainwindow.cpp \
35 treeview.cpp \
36 history.cpp \
37 iconview.cpp \
38 qsidebar.cpp \
39 columnview.cpp \
40 diskinformation.cpp \
41 aboutdialog.cpp\
42 qfilesystemmodel.cpp \
43 qfileinfogatherer.cpp