summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/libjpeg.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libjpeg/libjpeg.pro')
-rw-r--r--src/3rdparty/libjpeg/libjpeg.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/libjpeg/libjpeg.pro b/src/3rdparty/libjpeg/libjpeg.pro
index 51a2511556..d478719af8 100644
--- a/src/3rdparty/libjpeg/libjpeg.pro
+++ b/src/3rdparty/libjpeg/libjpeg.pro
@@ -9,10 +9,10 @@ CONFIG += \
MODULE_INCLUDEPATH = $$PWD/src
MODULE_EXT_HEADERS = $$PWD/src/jpeglib.h \
$$PWD/src/jerror.h \
- $$PWD/src/jconfig.h \
- $$PWD/src/jmorecfg.h
+ $$PWD/src/jconfig.h \
+ $$PWD/src/jmorecfg.h
-INCLUDEPATH += $$PWD $$PWD/src
+INCLUDEPATH += $$PWD/src
load(qt_helper_lib)