diff options
Diffstat (limited to 'tests/auto/qgl_threads/qgl_threads.pro')
-rw-r--r-- | tests/auto/qgl_threads/qgl_threads.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qgl_threads/qgl_threads.pro b/tests/auto/qgl_threads/qgl_threads.pro index 9312c05..83d5d82 100644 --- a/tests/auto/qgl_threads/qgl_threads.pro +++ b/tests/auto/qgl_threads/qgl_threads.pro @@ -9,3 +9,6 @@ QT += opengl HEADERS += tst_openglthreading.h SOURCES += tst_openglthreading.cpp +x11 { + LIBS += $$QMAKE_LIBS_X11 +} |