forked from qt-creator/qt-creator
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.
11 lines
378 B
Plaintext
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
|