diff options
author | Lars Knoll <lars.knoll@qt.io> | 2019-02-01 11:50:05 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2019-10-10 11:28:19 +0200 |
commit | e1fd6074935cd0be0df14d89eb0244fcbd1677cf (patch) | |
tree | c5aec36989e83e41e20afec2ce2adfce1e3476a3 /qmake/property.cpp | |
parent | 8b91c6831546f884437122ce243b8a08c328a13c (diff) | |
download | qtbase-e1fd6074935cd0be0df14d89eb0244fcbd1677cf.tar.gz |
Remove leftovers from QML1
QML1 is not supported anymore, remove the leftover hooks for it.
Change-Id: I2900726714c5faea3523b2ebe39bb393364b3bfb
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'qmake/property.cpp')
-rw-r--r-- | qmake/property.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/property.cpp b/qmake/property.cpp index 432ff55664..31d6cdc9d6 100644 --- a/qmake/property.cpp +++ b/qmake/property.cpp @@ -54,7 +54,6 @@ static const struct { { "QT_INSTALL_BINS", QLibraryInfo::BinariesPath, false, false }, { "QT_INSTALL_TESTS", QLibraryInfo::TestsPath, false, false }, { "QT_INSTALL_PLUGINS", QLibraryInfo::PluginsPath, false, false }, - { "QT_INSTALL_IMPORTS", QLibraryInfo::ImportsPath, false, false }, { "QT_INSTALL_QML", QLibraryInfo::Qml2ImportsPath, false, false }, { "QT_INSTALL_TRANSLATIONS", QLibraryInfo::TranslationsPath, false, false }, { "QT_INSTALL_CONFIGURATION", QLibraryInfo::SettingsPath, false, false }, |