diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2025-05-29 11:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 11:04:36 +0200 |
| commit | 39210af3e59c929cba6de2d39ef1c32835f6388b (patch) | |
| tree | b77879fa376e7bfa016b14aa7635e7202b6cc69e /src/ModOrganizer.pro | |
| parent | 3a8ea3cccee06397e90305e1e39a305f8b7c3cb3 (diff) | |
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.
Diffstat (limited to 'src/ModOrganizer.pro')
| -rw-r--r-- | src/ModOrganizer.pro | 60 |
1 files changed, 0 insertions, 60 deletions
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
|
