summaryrefslogtreecommitdiffstats
path: root/examples/qwidget-compositor-mdi/qt-compositor.pro
blob: f6f89072450fef7b985c300a4f9c43153388c55d (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
TEMPLATE = app
TARGET = qwidget-compositor-mdi
DEPENDPATH += .
INCLUDEPATH += .

# comment out the following to not use pkg-config in the pri files
CONFIG += use_pkgconfig

!isEmpty(QT.core.MAJOR_VERSION):greaterThan(QT.core.MAJOR_VERSION, 4) {
QT += core-private gui-private
}

DESTDIR=$$PWD/../../bin/

include (../../src/qt-compositor/qt-compositor.pri)

QT += widgets gui-private widgets-private

# Input
SOURCES += main.cpp

CONFIG += qt warn_on debug  create_prl link_prl
OBJECTS_DIR = .obj/release-shared
MOC_DIR = .moc/release-shared