File: server.pro

package info (click to toggle)
psi 0.9.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,524 kB
  • ctags: 10,934
  • sloc: cpp: 81,408; ansic: 18,998; sh: 1,555; xml: 1,304; makefile: 165
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