File: siplib.pro.static

package info (click to toggle)
sip 2.5-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,340 kB
  • ctags: 1,472
  • sloc: ansic: 11,902; sh: 6,482; yacc: 1,987; cpp: 540; lex: 423; makefile: 104
file content (17 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2000 - 2001 Phil Thompson <phil@river-bank.demon.co.uk>
#
# The tmake project file for the SIP runtime static library with Qt support
# enabled.

TEMPLATE	= lib
CONFIG		= staticlib qt warn_on release
INCLUDEPATH	= .
DEFINES		= SIP_QT_SUPPORT
HEADERS		= sip.h \
		  sipQt.h \
		  sipint.h
SOURCES		= objmap.c \
		  qtlib.cpp \
		  siplib.c
INTERFACES	= 
TARGET		= sip