a/src/qtgui/recoll.pro.in b/src/qtgui/recoll.pro.in
...
...
19
        advsearch_w.h \
19
        advsearch_w.h \
20
        advshist.h \
20
        advshist.h \
21
        confgui/confgui.h \
21
        confgui/confgui.h \
22
        confgui/confguiindex.h \
22
        confgui/confguiindex.h \
23
        crontool.h \
23
        crontool.h \
24
        editdialog.h \
25
        firstidx.h \
24
        firstidx.h \
26
        fragbuts.h \
25
        fragbuts.h \
27
        idxsched.h \
26
        idxsched.h \
28
        listdialog.h \
29
        preview_w.h \
30
        preview_load.h \
27
        preview_load.h \
31
        preview_plaintorich.h \
28
        preview_plaintorich.h \
29
        preview_w.h \
32
        ptrans_w.h \
30
        ptrans_w.h \
33
        rclhelp.h \
31
        rclhelp.h \
34
        rclmain_w.h \
32
        rclmain_w.h \
35
        reslist.h \
33
        reslist.h \
36
        restable.h \
34
        restable.h \
...
...
41
        spell_w.h \
39
        spell_w.h \
42
        ssearch_w.h \
40
        ssearch_w.h \
43
        systray.h \
41
        systray.h \
44
        uiprefs_w.h \
42
        uiprefs_w.h \
45
        viewaction_w.h \
43
        viewaction_w.h \
44
        widgets/editdialog.h \
45
        widgets/listdialog.h \
46
        widgets/qxtconfirmationmessage.h
46
47
47
SOURCES += \
48
SOURCES += \
48
        advsearch_w.cpp \
49
        advsearch_w.cpp \
49
        advshist.cpp \
50
        advshist.cpp \
50
        confgui/confgui.cpp \
51
        confgui/confgui.cpp \
...
...
52
        crontool.cpp \
53
        crontool.cpp \
53
        fragbuts.cpp \
54
        fragbuts.cpp \
54
        guiutils.cpp \
55
        guiutils.cpp \
55
        main.cpp \
56
        main.cpp \
56
        multisave.cpp \
57
        multisave.cpp \
57
        preview_w.cpp \
58
        preview_load.cpp \
58
        preview_load.cpp \
59
        preview_plaintorich.cpp \
59
        preview_plaintorich.cpp \
60
        preview_w.cpp \
60
        ptrans_w.cpp \
61
        ptrans_w.cpp \
61
        rclhelp.cpp \
62
        rclhelp.cpp \
62
        rclmain_w.cpp \
63
        rclm_idx.cpp \
63
        rclm_idx.cpp \
64
        rclm_preview.cpp \
64
        rclm_preview.cpp \
65
        rclm_saveload.cpp \
65
        rclm_saveload.cpp \
66
        rclm_view.cpp \
66
        rclm_view.cpp \
67
        rclm_wins.cpp \
67
        rclm_wins.cpp \
68
        rclmain_w.cpp \
68
        rclzg.cpp \
69
        rclzg.cpp \
70
        reslist.cpp \
69
        respopup.cpp \
71
        respopup.cpp \
70
        reslist.cpp \
71
        restable.cpp \
72
        restable.cpp \
72
        rtitool.cpp \
73
        rtitool.cpp \
73
        searchclause_w.cpp \
74
        searchclause_w.cpp \
74
        snippets_w.cpp \
75
        snippets_w.cpp \
75
        spell_w.cpp \
76
        spell_w.cpp \
76
        ssearch_w.cpp \
77
        ssearch_w.cpp \
77
        systray.cpp \
78
        systray.cpp \
78
        uiprefs_w.cpp \
79
        uiprefs_w.cpp \
79
        viewaction_w.cpp \
80
        viewaction_w.cpp \
81
        widgets/qxtconfirmationmessage.cpp \
80
        xmltosd.cpp
82
        xmltosd.cpp
81
83
82
FORMS   = \
84
FORMS   = \
83
        advsearch.ui \
85
        advsearch.ui \
84
        crontool.ui \
86
        crontool.ui \
85
        editdialog.ui \
87
        widgets/editdialog.ui \
86
        firstidx.ui \
88
        firstidx.ui \
87
        idxsched.ui \
89
        idxsched.ui \
88
        listdialog.ui \
90
        widgets/listdialog.ui \
89
        ptrans.ui \
91
        ptrans.ui \
90
        rclmain.ui \
92
        rclmain.ui \
91
        restable.ui \
93
        restable.ui \
92
        rtitool.ui \
94
        rtitool.ui \
93
        specialindex.ui \
95
        specialindex.ui \
...
...
116
       @LIBICONV@ $(BDYNAMIC) @LIBQZEITGEIST@ -lz
118
       @LIBICONV@ $(BDYNAMIC) @LIBQZEITGEIST@ -lz
117
119
118
  INCLUDEPATH += ../common @srcdir@/../common @srcdir@/../index \
120
  INCLUDEPATH += ../common @srcdir@/../common @srcdir@/../index \
119
              @srcdir@/../internfile @srcdir@/../query @srcdir@/../unac \
121
              @srcdir@/../internfile @srcdir@/../query @srcdir@/../unac \
120
              @srcdir@/../utils @srcdir@/../aspell @srcdir@/../rcldb \
122
              @srcdir@/../utils @srcdir@/../aspell @srcdir@/../rcldb \
121
              @srcdir@/../qtgui @srcdir@/../xaposix @srcdir@/confgui 
123
              @srcdir@/../qtgui @srcdir@/../xaposix @srcdir@/confgui \
124
              @srcdir@/widgets
122
  DEPENDPATH += $$INCLUDEPATH
125
  DEPENDPATH += $$INCLUDEPATH
123
}
126
}
124
127
125
UNAME = $$system(uname -s)
128
UNAME = $$system(uname -s)
126
contains( UNAME, [lL]inux ) {
129
contains( UNAME, [lL]inux ) {