changed name
This commit is contained in:
parent
da9216ce09
commit
87585b44ec
3 changed files with 2 additions and 272 deletions
22
FeedMonkey.pro
Normal file
22
FeedMonkey.pro
Normal file
|
@ -0,0 +1,22 @@
|
|||
TEMPLATE = app
|
||||
|
||||
QT += qml quick
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
RESOURCES += qml.qrc \
|
||||
html.qrc
|
||||
|
||||
# Needed for bringing browser from background to foreground using QDesktopServices: http://bugreports.qt-project.org/browse/QTBUG-8336
|
||||
TARGET.CAPABILITY += SwEvent
|
||||
|
||||
# Additional import path used to resolve QML modules in Qt Creator's code model
|
||||
QML_IMPORT_PATH =
|
||||
|
||||
# Default rules for deployment.
|
||||
include(deployment.pri)
|
||||
|
||||
OTHER_FILES += \
|
||||
content.html \
|
||||
content.css \
|
||||
content.js
|
Loading…
Add table
Add a link
Reference in a new issue