[go: up one dir, main page]

File: utest.pro

package info (click to toggle)
qtsmbstatus 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,292 kB
  • ctags: 522
  • sloc: cpp: 4,273; sh: 131; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (3)
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

TEMPLATE = app

CONFIG += release \
          warn_on

TARGET =  utest

MOC_DIR =     ./build/moc
OBJECTS_DIR = ./build
DESTDIR =     ./bin
UI_DIR =      ./build/ui
RCC_DIR =     ./build/rcc

SOURCES += main.cpp \
           utestlinecore.cpp \
           utestsmbstatus.cpp \
           customsmbstatus.cpp \
           ../client/linecore.cpp \
           ../client/smbstatus.cpp

HEADERS += utestlinecore.h \
           utestsmbstatus.h \
           customsmbstatus.h \
           ../client/linecore.h \
           ../client/smbstatus.h


QT += testlib
QT-= gui