aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_platform-notes.qdoc
blob: d25582609466d94a19106d3c075463365dda0dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [0]
undefined reference to '_vt.11QPushButton'
//! [0]


//! [1]
ANSI C++ forbids declaration ... with no type
//! [1]


//! [2]
c:\program.obj not found
//! [2]

//! [6]
ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
/usr/local/mysql/lib/libmysqlclient.a(my_error.o) definition of common _errbuff (size 512)
/usr/bin/libtool: internal link edit command failed
//! [6]