2009-01-28 20:55:45 +00:00
|
|
|
######################################################################
|
|
|
|
# Automatically generated by qmake (2.01a) ?? ????. 2 18:38:07 2008
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
TEMPLATE = app
|
|
|
|
TARGET =
|
|
|
|
#DEPENDPATH += . generators
|
|
|
|
INCLUDEPATH += .
|
|
|
|
|
|
|
|
QT += webkit
|
|
|
|
QT += xml
|
|
|
|
QT += network
|
|
|
|
|
2009-02-02 01:35:19 +00:00
|
|
|
CONFIG += exceptions rtti stl
|
|
|
|
|
2009-01-28 20:55:45 +00:00
|
|
|
OBJECTS_DIR = build
|
|
|
|
UI_DIR = build
|
|
|
|
MOC_DIR = build
|
|
|
|
RCC_DIR = build
|
|
|
|
|
2009-02-02 01:35:19 +00:00
|
|
|
LIBS += -lvorbisfile -lvorbis -logg -lz
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
LIBS += -liconv -lwsock32
|
|
|
|
}
|
2009-01-28 20:55:45 +00:00
|
|
|
|
|
|
|
# Input
|
|
|
|
HEADERS += folding.hh \
|
|
|
|
inc_case_folding.hh \
|
|
|
|
inc_diacritic_folding.hh \
|
|
|
|
mainwindow.hh \
|
|
|
|
sptr.hh \
|
|
|
|
dictionary.hh \
|
|
|
|
md5.h \
|
|
|
|
ex.hh \
|
|
|
|
config.hh \
|
|
|
|
sources.hh \
|
|
|
|
utf8.hh \
|
|
|
|
file.hh \
|
|
|
|
bgl_babylon.hh \
|
|
|
|
bgl.hh \
|
|
|
|
initializing.hh \
|
|
|
|
article_netmgr.hh \
|
|
|
|
dictzip.h \
|
|
|
|
btreeidx.hh \
|
|
|
|
stardict.hh \
|
|
|
|
chunkedstorage.hh \
|
|
|
|
xdxf2html.hh \
|
|
|
|
iconv.hh \
|
|
|
|
lsa.hh \
|
|
|
|
htmlescape.hh \
|
|
|
|
dsl.hh \
|
|
|
|
dsl_details.hh \
|
|
|
|
filetype.hh \
|
|
|
|
fsencoding.hh \
|
|
|
|
groups.hh \
|
|
|
|
groups_widgets.hh \
|
|
|
|
instances.hh \
|
|
|
|
article_maker.hh \
|
|
|
|
scanpopup.hh \
|
|
|
|
articleview.hh \
|
2009-01-29 19:16:25 +00:00
|
|
|
externalviewer.hh \
|
|
|
|
dictlock.hh \
|
2009-02-01 00:08:08 +00:00
|
|
|
wordfinder.hh \
|
|
|
|
groupcombobox.hh \
|
|
|
|
griparea.hh \
|
2009-02-02 20:28:53 +00:00
|
|
|
keyboardstate.hh \
|
2009-02-05 20:55:00 +00:00
|
|
|
mouseover.hh \
|
|
|
|
preferences.hh
|
2009-01-28 20:55:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
FORMS += groups.ui dictgroupwidget.ui mainwindow.ui sources.ui initializing.ui\
|
2009-02-05 20:55:00 +00:00
|
|
|
groupselectorwidget.ui scanpopup.ui articleview.ui preferences.ui
|
2009-01-28 20:55:45 +00:00
|
|
|
|
|
|
|
SOURCES += folding.cc main.cc dictionary.cc md5.c config.cc sources.cc \
|
|
|
|
mainwindow.cc utf8.cc file.cc bgl_babylon.cc bgl.cc initializing.cc \
|
|
|
|
article_netmgr.cc dictzip.c btreeidx.cc stardict.cc \
|
|
|
|
chunkedstorage.cc xdxf2html.cc iconv.cc lsa.cc htmlescape.cc \
|
|
|
|
dsl.cc dsl_details.cc filetype.cc fsencoding.cc groups.cc \
|
|
|
|
groups_widgets.cc instances.cc article_maker.cc scanpopup.cc \
|
2009-02-01 00:08:08 +00:00
|
|
|
articleview.cc externalviewer.cc dictlock.cc wordfinder.cc \
|
2009-02-05 20:55:00 +00:00
|
|
|
groupcombobox.cc griparea.cc keyboardstate.cc mouseover.cc \
|
|
|
|
preferences.cc
|
2009-02-02 20:28:53 +00:00
|
|
|
|
|
|
|
win32 {
|
|
|
|
SOURCES += mouseover_win32/ThTypes.c
|
|
|
|
HEADERS += mouseover_win32/ThTypes.h
|
|
|
|
}
|
2009-01-28 20:55:45 +00:00
|
|
|
|
|
|
|
RESOURCES += resources.qrc flags.qrc
|