summaryrefslogtreecommitdiffstats
path: root/src/gui/util/util.pri
blob: 30743675ecb5d45daa2b2c0434ea0b1c9f8dacc8 (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
38
39
40
41
42
43
44
45
# Qt util module

HEADERS += \
        util/qsystemtrayicon.h \
        util/qcompleter.h \
        util/qcompleter_p.h \
        util/qdesktopservices.h \
        util/qsystemtrayicon_p.h \
        util/qundogroup.h \
        util/qundostack.h \
        util/qundostack_p.h \
        util/qundoview.h

SOURCES += \
        util/qsystemtrayicon.cpp \
        util/qcompleter.cpp \
        util/qdesktopservices.cpp \
        util/qundogroup.cpp \
        util/qundostack.cpp \
        util/qundoview.cpp


win32 {
		SOURCES += \
				util/qsystemtrayicon_win.cpp
}

unix:x11 {
		SOURCES += \
				util/qsystemtrayicon_x11.cpp
}

embedded {
		SOURCES += \
				util/qsystemtrayicon_qws.cpp
}

!embedded:!x11:mac {
		OBJECTIVE_SOURCES += util/qsystemtrayicon_mac.mm
}

symbian {
    LIBS += -lsendas2 -letext -lapmime
    contains(QT_CONFIG, s60): LIBS += -lplatformenv -lCommonUI
}
mmitgraph'> * | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-1/+1 |\ \ | |/ | * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1 * | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1 |\ \ | |/ | * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1 * | Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()Serhiy Storchaka2016-05-161-12/+0 * | Merge typo fixes from 3.5Martin Panter2016-05-081-3/+3 |\ \ | |/ | * Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1 | * Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-2/+2 * | Remove outdated TkVersion checks.Serhiy Storchaka2016-04-254-16/+1 * | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-242-2/+0 * | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0 * | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-175-7/+7 |\ \ | |/ | * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-175-7/+7 * | Merge with 3.5Terry Jan Reedy2016-03-111-4/+8 |\ \ | |/ | * Issue 25959: Explain in docstring that PhotoImage.zoom arguments areTerry Jan Reedy2016-03-111-4/+8 * | Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-09