summaryrefslogtreecommitdiffstats
path: root/qtjp2imageformat/examples/simple/simple.pro
blob: 171ac668b42e921f30bb735e6ccb6a18af77cddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
INCLUDEPATH += .

SOURCES += simple.cpp 

RESOURCES = simple.qrc

CONFIG += qt warn_on thread create_prl link_prl console

# If the plugin is built statically, uncomment the following line.
# (If the jasper libs are not in a system path, also add -L<jasper-libdir> )
#LIBS += -L$$[QT_INSTALL_PLUGINS]/imageformats -lqtjp2 -ljasper