mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 12:44:07 +00:00
93 lines
2.2 KiB
Prolog
93 lines
2.2 KiB
Prolog
######################################################################
|
|
# Automatically generated by qmake (2.01a) ?? ????. 2 18:38:07 2008
|
|
######################################################################
|
|
|
|
TEMPLATE = app
|
|
TARGET =
|
|
#DEPENDPATH += . generators
|
|
INCLUDEPATH += .
|
|
|
|
QT += webkit
|
|
QT += xml
|
|
QT += network
|
|
|
|
CONFIG += exceptions rtti stl
|
|
|
|
OBJECTS_DIR = build
|
|
UI_DIR = build
|
|
MOC_DIR = build
|
|
RCC_DIR = build
|
|
|
|
LIBS += -lvorbisfile -lvorbis -logg -lz -lzip
|
|
|
|
win32 {
|
|
LIBS += -liconv -lwsock32 -lwinmm
|
|
RC_FILE = goldendict.rc
|
|
}
|
|
|
|
# Input
|
|
HEADERS += folding.hh \
|
|
inc_case_folding.hh \
|
|
inc_diacritic_folding.hh \
|
|
mainwindow.hh \
|
|
sptr.hh \
|
|
dictionary.hh \
|
|
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 \
|
|
externalviewer.hh \
|
|
wordfinder.hh \
|
|
groupcombobox.hh \
|
|
keyboardstate.hh \
|
|
mouseover.hh \
|
|
preferences.hh \
|
|
mutex.hh \
|
|
mediawiki.hh \
|
|
sounddir.hh
|
|
|
|
|
|
FORMS += groups.ui dictgroupwidget.ui mainwindow.ui sources.ui initializing.ui\
|
|
groupselectorwidget.ui scanpopup.ui articleview.ui preferences.ui\
|
|
about.ui
|
|
|
|
SOURCES += folding.cc main.cc dictionary.cc 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 \
|
|
articleview.cc externalviewer.cc wordfinder.cc \
|
|
groupcombobox.cc keyboardstate.cc mouseover.cc preferences.cc \
|
|
mutex.cc mediawiki.cc sounddir.cc
|
|
|
|
win32 {
|
|
SOURCES += mouseover_win32/ThTypes.c
|
|
HEADERS += mouseover_win32/ThTypes.h
|
|
}
|
|
|
|
RESOURCES += resources.qrc flags.qrc
|