File: xmlstorage.pro

package info (click to toggle)
libqxt 0.6.1-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,004 kB
  • sloc: cpp: 57,512; xml: 296; sh: 251; makefile: 56; php: 14
file content (13 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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