summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2021-02-23 19:12:11 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2021-02-23 18:13:29 +0000
commit14162aae9faa5c13569656dfb969d4f3e240d270 (patch)
tree2be57d1dfa94646ae50f8a47755f22e9e9ce8164
parent173a5b97dd2694a6847a777addc892337a3e9d83 (diff)
downloadqt-creator-14162aae9faa5c13569656dfb969d4f3e240d270.tar.gz
Remove conanfile.txt
It is outdated and was not noticed until Qt Creator started processing present conanfile.txt files. Change-Id: I3ae273d50cb6ba34cdaca0d952acaa68d3db659e Reviewed-by: Cristian Adam <cristian.adam@qt.io>
-rw-r--r--conanfile.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/conanfile.txt b/conanfile.txt
deleted file mode 100644
index c30ca6aad4..0000000000
--- a/conanfile.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# This needs a special conan repository to work!
-# Please run:
-# conan remote add qtcreator https://api.bintray.com/conan/qtcreator/qtcreator
-# conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
-# to make this repository available!
-#
-# Then do the following to build Qt Creator:
-# 1. Create a build directory and change into it
-# 2. Run "conan install /path/to/qtcreator/sources --build missing"
-# 3. Run "cmake -DCMAKE_TOOLCHAIN_FILE=conan_paths.cmake /path/to/qtcreator/sources -GNinja"
-
-[requires]
-qt/5.15.1@bincrafters/stable
-llvm/8.0.0@qtcreator/stable
-
-[generators]
-cmake_paths
-
-[options]
-qt:qtdeclarative=True
-qt:qtscript=True
-qt:qtserialport=True
-qt:qtsvg=True
-qt:qttools=True