Switch to unified view

a/src/qtgui/recoll.pro.in b/src/qtgui/recoll.pro.in
...
...
5
@QMAKE_DISABLE_WEBKIT@QMAKE_CXXFLAGS += -DRESLIST_TEXTBROWSER
5
@QMAKE_DISABLE_WEBKIT@QMAKE_CXXFLAGS += -DRESLIST_TEXTBROWSER
6
6
7
@QMAKE_ENABLE_ZEITGEIST@QT += dbus
7
@QMAKE_ENABLE_ZEITGEIST@QT += dbus
8
@QMAKE_ENABLE_ZEITGEIST@QMAKE_CXXFLAGS += -DUSE_ZEITGEIST
8
@QMAKE_ENABLE_ZEITGEIST@QMAKE_CXXFLAGS += -DUSE_ZEITGEIST
9
9
10
QT += xml
11
10
CONFIG  += qt warn_on thread release 
12
CONFIG  += qt warn_on thread release 
11
13
12
HEADERS += \
14
HEADERS += \
13
        advsearch_w.h \
15
        advsearch_w.h \
16
        advshist.h \
14
        confgui/confgui.h \
17
        confgui/confgui.h \
15
        confgui/confguiindex.h \
18
        confgui/confguiindex.h \
16
        crontool.h \
19
        crontool.h \
17
        editdialog.h \
20
        editdialog.h \
18
        firstidx.h \
21
        firstidx.h \
...
...
32
        viewaction_w.h \
35
        viewaction_w.h \
33
36
34
37
35
SOURCES += \
38
SOURCES += \
36
        advsearch_w.cpp \
39
        advsearch_w.cpp \
40
        advshist.cpp \
37
        confgui/confgui.cpp \
41
        confgui/confgui.cpp \
38
        confgui/confguiindex.cpp \
42
        confgui/confguiindex.cpp \
39
        crontool.cpp \
43
        crontool.cpp \
40
        guiutils.cpp \
44
        guiutils.cpp \
41
        main.cpp \
45
        main.cpp \
...
...
50
        snippets_w.cpp \
54
        snippets_w.cpp \
51
        spell_w.cpp \
55
        spell_w.cpp \
52
        ssearch_w.cpp \
56
        ssearch_w.cpp \
53
        uiprefs_w.cpp \
57
        uiprefs_w.cpp \
54
        viewaction_w.cpp \
58
        viewaction_w.cpp \
55
56
59
57
60
58
FORMS   = \
61
FORMS   = \
59
        advsearch.ui \
62
        advsearch.ui \
60
        crontool.ui \
63
        crontool.ui \