From 39210af3e59c929cba6de2d39ef1c32835f6388b Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 29 May 2025 11:04:36 +0200 Subject: Move to VCPKG (#2068) * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. --- src/ModOrganizer.pro | 60 ---------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 src/ModOrganizer.pro (limited to 'src/ModOrganizer.pro') diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro deleted file mode 100644 index c4fd534e..00000000 --- a/src/ModOrganizer.pro +++ /dev/null @@ -1,60 +0,0 @@ -TEMPLATE = subdirs - -SUBDIRS = bsatk \ - shared \ - uibase \ - esptk \ - organizer \ - hookdll \ - archive \ - helper \ - plugins \ - nxmhandler \ - BossDummy \ - pythonRunner \ - loot_cli - -pythonRunner.depends = uibase -plugins.depends = pythonRunner uibase -hookdll.depends = shared -organizer.depends = shared uibase plugins - -CONFIG(debug, debug|release) { - DESTDIR = $$PWD/../outputd -} else { - DESTDIR = $$PWD/../output -} - -STATICDATAPATH = $${DESTDIR}\\..\\tools\\static_data\\dlls -DLLSPATH = $${DESTDIR}\\dlls - -otherlibs.path = $$DLLSPATH -otherlibs.files += $${STATICDATAPATH}\\7z.dll \ - $${BOOSTPATH}\\stage\\lib\\boost_python-vc*-mt-1*.dll - -qtlibs.path = $$DLLSPATH - -greaterThan(QT_MAJOR_VERSION, 4) { - QTLIBNAMES += Core Gui Network OpenGL Script Sql Svg Qml Quick Webkit Widgets Xml XmlPatterns -} else { - QTLIBNAMES += Core Declarative Gui Network OpenGL Script Sql Svg Webkit Xml XmlPatterns -} - -greaterThan(QT_MAJOR_VERSION, 5) { - QTLIBNAMES += OpenGLWidgets -} - -QTLIBSUFFIX = $${QT_MAJOR_VERSION}.dll -CONFIG(debug, debug|release): QTLIBSUFFIX = "d$${QTLIBSUFFIX}" # Can't use Debug: .. here, it ignores the line - no idea why, as it works in BossDummy.pro - -for(QTNAME, QTLIBNAMES) { - QTFILE = Qt$${QTNAME} - qtlibs.files += $$[QT_INSTALL_BINS]\\$${QTFILE}$${QTLIBSUFFIX} -} - -INSTALLS += qtlibs otherlibs - -OTHER_FILES +=\ - ../SConstruct\ - ../scons_configure.py\ - SConscript -- cgit v1.3.1