author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
# Include those manually as they do not contain any directory specification |
2 |
||
3 |
FORMS = ../config.ui |
|
4 |
HEADERS = ../qvfb.h \ |
|
5 |
../qvfbview.h \ |
|
6 |
../qvfbratedlg.h \ |
|
7 |
../qanimationwriter.h \ |
|
8 |
../gammaview.h \ |
|
9 |
../qvfbprotocol.h \ |
|
10 |
../qvfbshmem.h \ |
|
11 |
../qvfbmmap.h \ |
|
12 |
../../../src/gui/embedded/qvfbhdr.h \ |
|
13 |
../../../src/gui/embedded/qlock_p.h \ |
|
14 |
../../../src/gui/embedded/qwssignalhandler_p.h \ |
|
15 |
../../shared/deviceskin/deviceskin.h |
|
16 |
||
17 |
SOURCES = ../qvfb.cpp \ |
|
18 |
../qvfbview.cpp \ |
|
19 |
../qvfbratedlg.cpp \ |
|
20 |
../main.cpp \ |
|
21 |
../qanimationwriter.cpp \ |
|
22 |
../qvfbprotocol.cpp \ |
|
23 |
../qvfbshmem.cpp \ |
|
24 |
../qvfbmmap.cpp \ |
|
25 |
../../../src/gui/embedded/qlock.cpp \ |
|
26 |
../../../src/gui/embedded/qwssignalhandler.cpp \ |
|
27 |
../../shared/deviceskin/deviceskin.cpp |
|
28 |
||
29 |
TR_DIR = $$PWD/../../../translations |
|
30 |
TRANSLATIONS = \ |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
31 |
$$TR_DIR/qvfb_hu.ts \ |
0 | 32 |
$$TR_DIR/qvfb_pl.ts \ |
33 |
$$TR_DIR/qvfb_ru.ts \ |
|
34 |
$$TR_DIR/qvfb_zh_CN.ts \ |
|
35 |
$$TR_DIR/qvfb_zh_TW.ts |