File: server.pro

package info (click to toggle)
psi 0.11-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 11,036 kB
  • ctags: 19,340
  • sloc: cpp: 130,316; ansic: 26,008; xml: 900; sh: 558; makefile: 225; python: 178; ruby: 21
file content (15 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
CONFIG += qt thread console
TARGET = server

MOC_DIR        = .moc
OBJECTS_DIR    = .obj
UI_DIR         = .ui

include(../xmpptest/iris.pri)

SOURCES += server.cpp

# gentoo hack?
LIBS += -lcrypto