File: plugin.config

package info (click to toggle)
qtstalker 0.32-3.2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 4,700 kB
  • ctags: 3,854
  • sloc: cpp: 42,773; perl: 67; makefile: 67
file content (21 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = lib

CONFIG += thread warn_on plugin

QMAKE_CXXFLAGS += -ffast-math -Os

TARGET = $${pluginName}.0.32

INCLUDEPATH += ../../../lib

LIBS += -L../../../lib -lqtstalker
LIBS += -ldb

# linux options
unix:linux-g++:LIBS += -ldl

# FreeBSD options
unix:freebsd-g++:INCLUDEPATH += /usr/X11R6/include
unix:freebsd-g++:INCLUDEPATH += /usr/local/include/db42
unix:freebsd-g++:LIBS += -L/usr/local/lib/db42