Files
qt-creator/share/qtcreator/templates/html5app/html5applicationviewer/touchnavigation/touchnavigation.pri
Keith Kyzivat 28843faa1c Split out touch navigation into separate files.
Make the html5applicationviewer class much less cluttered by splitting out all
the touch navigation classes into separate files in a subdirectory.

This should make it much more maintainable.
2011-04-16 21:13:06 +02:00

23 lines
762 B
Plaintext

# This file was generated by the Html5 Application wizard of Qt Creator.
# The code below adds the Html5ApplicationViewer to the project.
# It is recommended not to modify this file, since newer versions of Qt Creator
# may offer an updated version of it.
SOURCES += \
$$PWD/webtouchphysicsinterface.cpp \
$$PWD/webtouchphysics.cpp \
$$PWD/webtouchevent.cpp \
$$PWD/webtouchscroller.cpp \
$$PWD/webtouchnavigation.cpp \
$$PWD/navigationcontroller.cpp \
$$PWD/webnavigation.cpp
HEADERS += \
$$PWD/webtouchphysicsinterface.h \
$$PWD/webtouchphysics.h \
$$PWD/webtouchevent.h \
$$PWD/webtouchscroller.h \
$$PWD/webtouchnavigation.h \
$$PWD/navigationcontroller.h \
$$PWD/webnavigation.h
INCLUDEPATH += $$PWD