File: aclock.pro

package info (click to toggle)
qt2 1%3A2.0.2-1.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 26,248 kB
  • ctags: 24,915
  • sloc: cpp: 150,477; makefile: 22,439; ansic: 21,468; yacc: 1,445; sh: 948; perl: 458; lex: 393; pascal: 141
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= aclock.h
SOURCES		= aclock.cpp \
		  main.cpp
TARGET		= aclock
DEPENDPATH=../../include