File: commonTest.pro

package info (click to toggle)
beid 3.5.2.dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 147,240 kB
  • ctags: 34,507
  • sloc: cpp: 149,944; ansic: 41,577; java: 8,927; cs: 6,528; sh: 2,426; perl: 1,866; xml: 805; python: 463; makefile: 263; lex: 92
file content (59 lines) | stat: -rw-r--r-- 1,326 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
######################################################################
# Automatically generated by qmake (2.01a) Wed Jan 2 11:59:42 2008
######################################################################

QMAKE_CXXFLAGS += -g

include(../_Builds/eidcommon.mak)

TEMPLATE = app
TARGET = $${COMMONTEST}
VERSION = $${COMMONTEST_MAJ}.$${COMMONTEST_MIN}.$${COMMONTEST_REV}

message("Compile $$TARGET")

###
### Installation setup
###
target.path = $${INSTALL_DIR_BIN}
INSTALLS += target

###
### Compiler setup
###

CONFIG += debug
CONFIG -= warn_on qt

DEFINES += EIDMW_CMN_EXPORT 
## About !macx see _Builds/beidcommon.mak.max
unix:!macx: DEFINES += USING_DL_OPEN

## destination directory for the compiler
DESTDIR = ../bin

DEPENDPATH += .
INCLUDEPATH += .  $${PCSC_INCLUDE_DIR}

BUILD_TESTS=yes ## needed by ../_Builds/eidtests.mak
include(../_Builds/eidtests.mak)

LIBS += -lpthread -ldl -L../lib -l$${COMMONLIB}

QMAKE_CFLAGS_DEBUG += -O -g

SOURCES += \
          ByteArrayTest.cpp \
          commontest.cpp \
          ConfigTest.cpp \
          DataFileTest.cpp \
          HashTest.cpp \
          LogBaseTest.cpp \
          LogTest.cpp \
          MutexTest.cpp \
          SocketTest.cpp \
          ThreadTest.cpp \
           TLVTest.cpp \
          UtilTest.cpp \

unix:!macx: SOURCES += DynamicLibTest.cpp \