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/organizer.qbs | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 src/organizer.qbs (limited to 'src/organizer.qbs') diff --git a/src/organizer.qbs b/src/organizer.qbs deleted file mode 100644 index 2b7f45fc..00000000 --- a/src/organizer.qbs +++ /dev/null @@ -1,43 +0,0 @@ -import qbs.base 1.0 - -Application { - name: 'Organizer' - - Depends { name: "Qt"; submodules: ["core", "gui", "network", "declarative"] } - Depends { name: 'Shared' } - Depends { name: 'UIBase' } - Depends { name: 'cpp' } - - cpp.defines: [ 'UNICODE', '_UNICODE' ] - cpp.libraryPaths: [ qbs.getenv('BOOSTPATH') + '/stage/lib' ] - cpp.includePaths: [ '../shared', '../archive', '../bsatk', '../esptk', '../uibase', qbs.getenv("BOOSTPATH") ] - // '../bsatk', '../esptk', - - cpp.staticLibraries: [ 'shell32', 'user32', 'Version', 'shlwapi' ] - //LIBS += -lmo_shared -luibase -lshell32 -lole32 -luser32 -ladvapi32 -lgdi32 -lPsapi -lVersion -lbsatk -lshlwapi - - Group { - name: 'Headers' - files: [ '*.h' ] - } - - Group { - name: 'Sources' - files: [ '*.cpp' ] - } - - Group { - name: 'UI Files' - files: [ '*.ui' ] - } - - Group { - name: 'ESP Toolkit' - files: [ '../esptk/*.h', '../esptk/*.cpp' ] - } -} - -// /nologo /c - - -// /Zi -GR -W3 -- cgit v1.3.1