diff options
Diffstat (limited to 'examples/quickcontrols/chattutorial/chapter2/chapter2.pro')
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/chapter2.pro | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/quickcontrols/chattutorial/chapter2/chapter2.pro b/examples/quickcontrols/chattutorial/chapter2/chapter2.pro new file mode 100644 index 0000000000..15429b7c89 --- /dev/null +++ b/examples/quickcontrols/chattutorial/chapter2/chapter2.pro @@ -0,0 +1,27 @@ +TEMPLATE = app + +QT += qml quick +CONFIG += c++11 + +SOURCES += main.cpp + +resources.files = \ + images/Albert_Einstein.png \ + images/[email protected] \ + images/[email protected] \ + images/[email protected] \ + images/Ernest_Hemingway.png \ + images/[email protected] \ + images/[email protected] \ + images/[email protected] \ + images/Hans_Gude.png \ + images/[email protected] \ + images/[email protected] \ + images/[email protected] \ + main.qml +resources.prefix = chapter2/ +RESOURCES += resources \ + qtquickcontrols2.conf + +target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/chattutorial/chapter2 +INSTALLS += target |