summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor/qml-compositor.pro
blob: 7aed420b755afb98b393d37af02b53875ac9539e (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
qml_folder.source = qml/QmlCompositor
qml_folder.target = qml
DEPLOYMENTFOLDERS = qml_folder

TEMPLATE = app
TARGET = qml-compositor
DEPENDPATH += .
INCLUDEPATH += .

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

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

LIBS += -L ../../lib

QT += declarative
QT += opengl

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

# Input
SOURCES += main.cpp
RESOURCES = qml-compositor.qrc

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