File: webxml.pro

package info (click to toggle)
webxml 1.12-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 388 kB
  • ctags: 123
  • sloc: cpp: 1,054; xml: 62; makefile: 22
file content (13 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES	+= main.cpp 
HEADERS	+= servletentry.h ctxparameter.h wddentries.h 
unix {
  UI_DIR = .ui
  MOC_DIR = .moc
  OBJECTS_DIR = .obj
}
FORMS	= webxml.ui wdform.ui frmpreview.ui 
IMAGES	= images/reload.png images/1rightarrow.png images/ark_addfile.png images/bookmark_add.png images/ark_delete.png images/kpilot2.png images/stop_hand.png images/fileprint.png 
TEMPLATE	=app
CONFIG	+= qt warn_on release
DBFILE	= webxml.db
LANGUAGE	= C++