changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
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 } |