summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg/jpeg.pro
diff options
context:
space:
mode:
authorAnton Kudryavtsev <a.kudryavtsev@netris.ru>2016-04-05 12:05:18 +0300
committerAnton Kudryavtsev <a.kudryavtsev@netris.ru>2016-07-14 05:53:48 +0000
commit7682542b4b487003e43c4081be01c06655db3c7e (patch)
treed2a2a7900c9bd361dd23a345a16122262d4aa6a2 /src/plugins/imageformats/jpeg/jpeg.pro
parent4cb3c3e15aba83a32f5b4ddcf4561bc231aa4dc2 (diff)
Factor out qt_getImageText() and qt_getImageTextFromDescription()
... and re-use them in QImageReader, QJpegHandler, QPngHandler. Change-Id: Iec89e47205f3c420e1e7eb4a2d3c1fbfe887fd8c Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/plugins/imageformats/jpeg/jpeg.pro')
-rw-r--r--src/plugins/imageformats/jpeg/jpeg.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageformats/jpeg/jpeg.pro b/src/plugins/imageformats/jpeg/jpeg.pro
index 9181abb465..8954cc6402 100644
--- a/src/plugins/imageformats/jpeg/jpeg.pro
+++ b/src/plugins/imageformats/jpeg/jpeg.pro
@@ -1,6 +1,6 @@
TARGET = qjpeg
-QT += core-private
+QT += core-private gui-private
SOURCES += main.cpp qjpeghandler.cpp
HEADERS += main.h qjpeghandler_p.h