QxtGlobalShortcut/examples/berkeley/xmlstorage/xmlstorage.pro
2008-01-10 17:49:12 +00:00

14 lines
226 B
Prolog

TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
CONFIG+=qxt
QXT+=berkeley
HEADERS += node.h mainwindow.h xml2bdb.h model.h
FORMS += mainwindow.ui
SOURCES += node.cpp main.cpp mainwindow.cpp xml2bdb.cpp model.cpp