Disable init debug message box.
[qtdict.git] / qtdict_xfree_plugin.pro
blob5ef8b8a438ee86c5d4ed28b17c3a014357a0bba7
1 TEMPLATE = lib
2 VERSION = 1.0
3 QT =core \
4 network
5 CONFIG += qt \
6 release \
7 warn_on \
8 thread \
9 plugin
10 DEFINES -= QT_NO_DEBUG_OUTPUT
11 win32:CONFIG *= windows
12 DESTDIR = bin
13 OBJECTS_DIR = build
14 MOC_DIR = build
15 UI_DIR = build
16 INCLUDEPATH += src/ \
17 src/plugins
18 HEADERS = src/plugins/xfreeplugin.h \
19 src/plugins/dictionaryinterface.h \
20 src/parser.h \
21 src/datahash.h \
22 src/downloader.h \
23 src/languages.h
24 SOURCES = src/plugins/xfreeplugin.cpp \
25 src/parser.cpp \
26 src/datahash.cpp \
27 src/downloader.cpp
28 TARGET = xfreeplugin
29 DESTDIR = bin/plugins