author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 15 | 8c4229025c0b |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
SOURCES += $$PWD/qguistatemachine.cpp |
2 |
!contains(DEFINES, QT_NO_STATEMACHINE_EVENTFILTER) { |
|
3 |
HEADERS += \ |
|
4 |
$$PWD/qkeyeventtransition.h \ |
|
5 |
$$PWD/qmouseeventtransition.h \ |
|
6 |
$$PWD/qbasickeyeventtransition_p.h \ |
|
7 |
$$PWD/qbasicmouseeventtransition_p.h |
|
8 |
SOURCES += \ |
|
9 |
$$PWD/qkeyeventtransition.cpp \ |
|
10 |
$$PWD/qmouseeventtransition.cpp \ |
|
11 |
$$PWD/qbasickeyeventtransition.cpp \ |
|
12 |
$$PWD/qbasicmouseeventtransition.cpp |
|
13 |
} |