add missing files to compile
[ambit.git] / src / src.pro
blob90e74af070e223db70dad77e81f898a44cd759e0
1 TEMPLATE = app
2 TARGET = Ambit
3 DEPENDPATH += .
4 INCLUDEPATH += .
6 CONFIG += warn_on debug
8 # Input
9 HEADERS += mainwindow.h \
10 treeview.h \
11 history.h \
12 iconview.h \
13 qsidebar.h \
14 columnview.h \
15 diskinformation.h \
16 aboutdialog.h \
17 qfilesystemmodel_p.h \
18 qfileinfogatherer_p.h
20 SOURCES += main.cpp \
21 mainwindow.cpp \
22 treeview.cpp \
23 history.cpp \
24 iconview.cpp \
25 qsidebar.cpp \
26 columnview.cpp \
27 diskinformation.cpp \
28 aboutdialog.cpp\
29 qfilesystemmodel.cpp \
30 qfileinfogatherer.cpp