diff options
| author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-21 10:46:55 +0200 |
|---|---|---|
| committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-28 19:01:10 +0000 |
| commit | c943543b84129bd82c17858d5eb91486af78111c (patch) | |
| tree | 177071b5ef7c18cb01b0c61b48705e8e72885699 /examples/quick/dialogs/systemdialogs/systemdialogs.pro | |
| parent | e730a8c6a54807e9688651723de27100931ce08a (diff) | |
fix example installs
this includes renaming the first-level subdir of examples/.
Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples/quick/dialogs/systemdialogs/systemdialogs.pro')
| -rw-r--r-- | examples/quick/dialogs/systemdialogs/systemdialogs.pro | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/quick/dialogs/systemdialogs/systemdialogs.pro b/examples/quick/dialogs/systemdialogs/systemdialogs.pro deleted file mode 100644 index 128bb1b5c..000000000 --- a/examples/quick/dialogs/systemdialogs/systemdialogs.pro +++ /dev/null @@ -1,19 +0,0 @@ -QT += qml quick -!no_desktop: QT += widgets - -QT += quick qml -SOURCES += main.cpp -include(../../controls/shared/shared.pri) - -OTHER_FILES += \ - systemdialogs.qml \ - FileDialogs.qml \ - ColorDialogs.qml \ - FontDialogs.qml \ - MessageDialogs.qml \ - CustomDialogs.qml - -target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialogs/systemdialogs -INSTALLS += target - -RESOURCES += systemdialogs.qrc |
