summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.pro
blob: 30aaa51437652bbba7ed414a283cf513b69779c6 (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
46
47
48
TARGET     = QtGui
QPRO_PWD   = $$PWD
QT = core
DEFINES   += QT_BUILD_GUI_LIB QT_NO_USING_NAMESPACE
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x65000000

!win32:!embedded:!mac:!symbian:CONFIG      += x11

unix:QMAKE_PKGCONFIG_REQUIRES = QtCore

include(../qbase.pri)

contains(QT_CONFIG, x11sm):CONFIG += x11sm

#platforms
x11:include(kernel/x11.pri)
mac:include(kernel/mac.pri)
win32:include(kernel/win.pri)
embedded:include(embedded/embedded.pri)

#modules
include(kernel/kernel.pri)
include(image/image.pri)
include(painting/painting.pri)
include(text/text.pri)
include(styles/styles.pri)
include(widgets/widgets.pri)
include(dialogs/dialogs.pri)
include(accessible/accessible.pri)
include(itemviews/itemviews.pri)
include(inputmethod/inputmethod.pri)
include(graphicsview/graphicsview.pri)
include(util/util.pri)

embedded: QT += network

QMAKE_LIBS += $$QMAKE_LIBS_GUI

contains(DEFINES,QT_EVAL):include($$QT_SOURCE_TREE/src/corelib/eval.pri)

QMAKE_DYNAMIC_LIST_FILE = $$PWD/QtGui.dynlist

DEFINES += Q_INTERNAL_QAPP_SRC

symbian:TARGET.UID3=0x2001B2DD

# ro-section in gui can exceed default allocated space, so more rw-section little further
symbian-sbsv2: MMP_RULES += "LINKEROPTION  armcc --rw-base 0x800000"
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-1/+1 * Develop clang 13 format (#1933)Allen Byrne2022-07-261-17/+17 * Subfiling VFD (#1883)jhendersonHDF2022-07-221-58/+93 * Snprintf2 (#1399)Sean McBride2022-01-281-3/+3 * Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2 * VFD plugins (#602)jhendersonHDF2021-09-291-26/+68 * More various warnings (#958)Sean McBride2021-08-251-1/+1 * Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-11/+11 * Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)Dana Robinson2021-04-301-2/+23 * Misc warning fixes (#495)Dana Robinson2021-03-241-1/+1 * Update clang config (#473)Quincey Koziol2021-03-171-45/+180 * Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-2/+2 * Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-3/+0 * Update license url (#332)Larry Knox2021-02-171-1/+1 * develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-19/+19 * Bring async branch to develop (#166)Quincey Koziol2020-12-141-21/+21 * Add H5atclose and H5is_library_terminating routines. (#139)Quincey Koziol2020-12-011-0/+114 * Basic alignment with async branch (#115)Quincey Koziol2020-11-231-13/+13 * HD prefix updates in src/ and test/Dana Robinson2020-10-241-2/+2 * Clang-format of source filesAllen Byrne2020-09-301-1110/+1059 * Refactor to reduce verbosity.Quincey Koziol2020-03-261-55/+33 * Correct macro checkQuincey Koziol2020-03-251-1/+1 * Correct failure when allocation tracking are disabled.Quincey Koziol2020-03-241-0/+12 * Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-201-38/+30 * Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-101-0/+139 * merge and fixkmu2020-01-211-43/+97 |\ | * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-43/+97 * | merge and fix conflictkmu2020-01-191-1/+0 |\ \ | |/ * | fix unused related warningskmu2020-01-131-1/+9 * | remove unsed var,function,macro, etckmu2019-12-061-5/+2 |/ * Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-10/+10 * Add HD prefix to testsAllen Byrne2019-08-151-17/+17 * Switch driver | plugin => connector.Quincey Koziol2018-11-04