blob: b0b1af4f430f3cce0c40591d3de79f5790b113c4 (
plain)
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
|
# Include those manually as they do not contain any directory specification
FORMS = ../config.ui
HEADERS = ../qvfb.h \
../qvfbview.h \
../qvfbratedlg.h \
../qanimationwriter.h \
../gammaview.h \
../qvfbprotocol.h \
../qvfbshmem.h \
../qvfbmmap.h \
../../../src/gui/embedded/qvfbhdr.h \
../../../src/gui/embedded/qlock_p.h \
../../../src/gui/embedded/qwssignalhandler_p.h \
../../shared/deviceskin/deviceskin.h
SOURCES = ../qvfb.cpp \
../qvfbview.cpp \
../qvfbratedlg.cpp \
../main.cpp \
../qanimationwriter.cpp \
../qvfbprotocol.cpp \
../qvfbshmem.cpp \
../qvfbmmap.cpp \
../../../src/gui/embedded/qlock.cpp \
../../../src/gui/embedded/qwssignalhandler.cpp \
../../shared/deviceskin/deviceskin.cpp
TR_DIR = $$PWD/../../../translations
TRANSLATIONS = \
$$TR_DIR/qvfb_hu.ts \
$$TR_DIR/qvfb_pl.ts \
$$TR_DIR/qvfb_ru.ts \
$$TR_DIR/qvfb_zh_CN.ts \
$$TR_DIR/qvfb_zh_TW.ts
|