summaryrefslogtreecommitdiff
path: root/packages/qmake/files/linux-oe-qmake.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2007-01-17 14:49:44 +0000
committerPhil Blundell <philb@gnu.org>2007-01-17 14:49:44 +0000
commit09bc29575b10dec0d98a051dd2dc22261329a258 (patch)
treeddadc7e8e4b3f502c61fd7796973e43be37fe1ae /packages/qmake/files/linux-oe-qmake.conf
parente3509c0cf1288d32bc44b204cf994c945fc0f3d7 (diff)
qmake: add gl definitions to linux-oe-g++ configuration
Diffstat (limited to 'packages/qmake/files/linux-oe-qmake.conf')
-rw-r--r--packages/qmake/files/linux-oe-qmake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/qmake/files/linux-oe-qmake.conf b/packages/qmake/files/linux-oe-qmake.conf
index 287dbeba19..205b693fda 100644
--- a/packages/qmake/files/linux-oe-qmake.conf
+++ b/packages/qmake/files/linux-oe-qmake.conf
@@ -56,7 +56,8 @@ QMAKE_LIBS_X11 = $(OE_QMAKE_LIBS_X11)
QMAKE_LIBS_X11SM =
QMAKE_LIBS_QT = -l$(OE_QMAKE_LIBS_QT)
QMAKE_LIBS_QT_THREAD = -l$(OE_QMAKE_LIBS_QT)-mt
-QMAKE_LIBS_QT_OPENGL = -lqgl
+QMAKE_LIBS_OPENGL = $(OE_QMAKE_LIBS_OPENGL)
+QMAKE_LIBS_OPENGL_QT = $(OE_QMAKE_LIBS_OPENGL_QT)
QMAKE_LIBS_THREAD = -lpthread
QMAKE_MOC = $(OE_QMAKE_MOC)