Files
qt-creator/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.pri
Alessandro Portale 3970f60814 Include touchnavigation.pri from main .pro file
And have that entry removed by the wizard. REMOVE_NEXT_LINE
is now the keyword for line removal. INCLUDE_DEPLOYMENT_PRI
was replaced by REMOVE_NEXT_LINE.
2011-04-17 09:55:17 +02:00

11 lines
378 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.
QT += webkit
SOURCES += $$PWD/html5applicationviewer.cpp
HEADERS += $$PWD/html5applicationviewer.h
INCLUDEPATH += $$PWD