blob: 000db83f10e1236c48bc1c63a6ffc406218e01ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
--- a/focuswriter.pro
+++ b/focuswriter.pro
@@ -7,6 +7,7 @@
TEMPLATE = app
QT += network widgets printsupport multimedia concurrent
+CONFIG += qtsingleapplication
macx {
QT += macextras
}
@@ -83,7 +84,7 @@
src/spelling/dictionary_provider_voikko.cpp
}
-INCLUDEPATH += src src/fileformats src/qtsingleapplication src/qtzip src/spelling
+INCLUDEPATH += src src/fileformats src/qtzip src/spelling
# Specify program sources
HEADERS += src/action_manager.h \
@@ -142,8 +143,6 @@
src/fileformats/rtf_tokenizer.h \
src/fileformats/rtf_writer.h \
src/fileformats/txt_reader.h \
- src/qtsingleapplication/qtsingleapplication.h \
- src/qtsingleapplication/qtlocalpeer.h \
src/qtzip/qtzipreader.h \
src/qtzip/qtzipwriter.h \
src/spelling/abstract_dictionary.h \
@@ -207,8 +206,6 @@
src/fileformats/rtf_tokenizer.cpp \
src/fileformats/rtf_writer.cpp \
src/fileformats/txt_reader.cpp \
- src/qtsingleapplication/qtsingleapplication.cpp \
- src/qtsingleapplication/qtlocalpeer.cpp \
src/qtzip/qtzip.cpp \
src/spelling/dictionary_dialog.cpp \
src/spelling/dictionary_manager.cpp \
|