[nostalgia] Remove conan Qt, as it is currently being ignored
This commit is contained in:
parent
e7ea76a7ac
commit
9560ccf476
@ -2,11 +2,8 @@ from conans import ConanFile, CMake
|
|||||||
|
|
||||||
class NostalgiaConan(ConanFile):
|
class NostalgiaConan(ConanFile):
|
||||||
settings = "os", "compiler", "build_type", "arch"
|
settings = "os", "compiler", "build_type", "arch"
|
||||||
requires = "jsoncpp/1.9.2", "sdl2/2.0.10@bincrafters/stable", "qt/5.14.1@bincrafters/stable", "sqlite3/3.31.0", "libiconv/1.16"
|
requires = "jsoncpp/1.9.2", "sdl2/2.0.10@bincrafters/stable"
|
||||||
generators = "cmake", "cmake_find_package", "cmake_paths"
|
generators = "cmake", "cmake_find_package", "cmake_paths"
|
||||||
#default_options = {
|
#default_options = {
|
||||||
# "sdl2:nas": False
|
# "sdl2:nas": False
|
||||||
#}
|
#}
|
||||||
|
|
||||||
def requirements(self):
|
|
||||||
pass
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user