-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathJPEGImage.pro
More file actions
57 lines (29 loc) · 808 Bytes
/
JPEGImage.pro
File metadata and controls
57 lines (29 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#-------------------------------------------------
#
# Project created by QtCreator 2011-02-02T23:18:21
#
#-------------------------------------------------
TARGET = JPEGImage
TEMPLATE = lib
DEFINES += JPEGIMAGE_LIBRARY
SOURCES += jpegimage.cpp \
component.cpp \
huffmantable.cpp \
quantizationtable.cpp \
exportpicture.cpp \
huffmanelementscount.cpp \
jpegdecode.cpp \
jpegencode.cpp
HEADERS += jpegimage.h\
JPEGImage_global.h \
component.h \
huffmantable.h \
quantizationtable.h \
exportpicture.h \
huffmanelementscount.h \
jpegdecode.h \
jpegencode.h
CONFIG += plugin debug
LIBS = -L../../imagelib-build-desktop/ -limagelib
INCLUDEPATH += ../../imagelib/include
DESTDIR = ../../etfshop-build-desktop/plugins