author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 11:15:19 +0300 | |
branch | RCL_3 |
changeset 11 | 25a739ee40f4 |
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 |