author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
|
2 |
INCLUDEPATH += $$PWD |
|
3 |
||
4 |
HEADERS += \ |
|
5 |
$$PWD/customwidgetsinfo.h \ |
|
6 |
$$PWD/databaseinfo.h \ |
|
7 |
$$PWD/driver.h \ |
|
8 |
$$PWD/globaldefs.h \ |
|
9 |
$$PWD/option.h \ |
|
10 |
$$PWD/treewalker.h \ |
|
11 |
$$PWD/utils.h \ |
|
12 |
$$PWD/ui4.h \ |
|
13 |
$$PWD/validator.h |
|
14 |
||
15 |
SOURCES += \ |
|
16 |
$$PWD/customwidgetsinfo.cpp \ |
|
17 |
$$PWD/databaseinfo.cpp \ |
|
18 |
$$PWD/driver.cpp \ |
|
19 |
$$PWD/treewalker.cpp \ |
|
20 |
$$PWD/ui4.cpp \ |
|
21 |
$$PWD/validator.cpp |