forked from psi-im/psi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psi.pro
40 lines (32 loc) · 1.08 KB
/
psi.pro
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
TEMPLATE = subdirs
include($$top_builddir/conf.pri)
# configure iris
unix:system("echo \"include($$top_srcdir/src/conf_iris.pri)\" > $$top_builddir/iris/conf.pri")
windows:system("echo include($$top_srcdir/src/conf_iris.pri) > $$top_builddir\\iris\\conf.pri")
sub_iris.subdir = iris
sub_src.subdir = src
sub_src.depends += sub_iris
SUBDIRS += \
sub_iris \
sub_src
OTHER_FILES += options/default.xml \
options/macosx.xml \
options/newprofile.xml \
options/windows.xml \
client_icons.txt \
version \
TODO \
psi.qc \
qcm/*.qcm
webkit {
OTHER_FILES += themes/chatview/util.js \
themes/chatview/psi/adapter.js \
themes/chatview/adium/adapter.js
}
# Import useful Makefile targets for testing program using valgrind.
# Extra targets: valgrind, valgrind_supp and callgrind are available
# only in unix systems.
include(qa/valgrind/valgrind-main.pri)
# Import useful Makefile targets for testing program with default config, for
# debugging program, etc. Extra targets: run, run_qa, gdb, gdb_qa and xcode.
include(qa/oldtest/unittest-main.pri)