[go: up one dir, main page]

File: regexp.pro

package info (click to toggle)
regexplorer 0.1.3-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 332 kB
  • ctags: 222
  • sloc: cpp: 1,166; perl: 99; makefile: 45; sh: 32
file content (29 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 
# $Id: regexp.pro,v 1.3 1999/07/21 21:26:28 amos Exp $
#
# TMake project file for RegExp
#
# Jan Borsodi <amos@ez.no>
# Created on: <14-Jul-1999 19:14:41 amos>
#

PROJECT			= RegExp
CONFIG			= warn_on debug qt

OBJECTS_DIR		= obj
MOC_DIR			= moc

HEADERS			= \
			qaregexp.hpp \
			qaregexprange.hpp \
			qaregexpmatch.hpp \
			qaregexperror.hpp

SOURCES			= \
			  main.cpp \
			  qaregexp.cpp \
			  qaregexprange.cpp \
			  qaregexpmatch.cpp \
			  qaregexperror.cpp

TARGET			= regexp