summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/converting/converting.pro
blob: b4febdaa5ffc80f2e310162c7a257c8a1cf58b85 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = app
TARGET = converting
CONFIG += qt warn_on
QT += opengl
SOURCES = converting.cpp
LIBS += -L../../../lib -L../../../bin

include(../../../src/threed/threed_dep.pri)