-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebViewer.pro
More file actions
52 lines (45 loc) · 1.06 KB
/
WebViewer.pro
File metadata and controls
52 lines (45 loc) · 1.06 KB
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
######################################################################
# Automatically generated by qmake (2.01a) Mo Aug 4 21:17:41 2008
######################################################################
TEMPLATE = app
win32 {
DESTDIR = win
CONFIG -= debug_and_release
CONFIG += thread
}
DEPENDPATH += . src
INCLUDEPATH += . src
QT += network webkit xml
OBJECTS_DIR += tmp
MOC_DIR += tmp
RCC_DIR += tmp
unix {
message("POSIX")
} else:win32-g++ {
message("Win32")
} else {
message("!!WARNING!!")
message("unknown behavior of -lm - option")
}
CONFIG += silent release
# Input
HEADERS += src/window.h \
src/webWidget.h \
src/nagVisWidget.h \
src/nmsWidget.h \
src/genericWidget.h \
src/configuration.h \
src/linkInput.h \
src/trayManager.h
SOURCES += src/main.cpp \
src/window.cpp \
src/webWidget.cpp \
src/nagVisWidget.cpp \
src/nmsWidget.cpp \
src/genericWidget.cpp \
src/configuration.cpp \
src/linkInput.cpp \
src/trayManager.cpp
TRANSLATIONS += src/German.ts src/en.ts
RESOURCES += res/res.qrc
RC_FILE = res/rc.rc