blob: 3d33dff149bcdc0f955a95337b31234a08964a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//! [0]
if (!condition)
qFatal("ASSERT: "condition" in file ...");
//! [0]
//! [1]
qmake "CONFIG += debug" icons.pro
//! [1]
//! [2]
qmake "CONFIG += release" icons.pro
//! [2]
|