ignore generate files, put the binary in the top level dir, in !mac have the binary...
[ambit.git] / src / src.pro
blobab1567009086382eb78c026be1c7d5390d8bf508
1 TEMPLATE = app
2 TARGET = ambit
4 mac {
5 TARGET =Ambit
8 DEPENDPATH += .
9 INCLUDEPATH += .
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 treeview.h \
22 history.h \
23 iconview.h \
24 qsidebar.h \
25 columnview.h \
26 diskinformation.h \
27 aboutdialog.h \
28 qfilesystemmodel_p.h \
29 qfileinfogatherer_p.h
31 SOURCES += main.cpp \
32 mainwindow.cpp \
33 treeview.cpp \
34 history.cpp \
35 iconview.cpp \
36 qsidebar.cpp \
37 columnview.cpp \
38 diskinformation.cpp \
39 aboutdialog.cpp\
40 qfilesystemmodel.cpp \
41 qfileinfogatherer.cpp