forked from qt-creator/qt-creator
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
|