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/shared/shared.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/shared/shared.pro')
| -rw-r--r-- | src/shared/shared.pro | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/src/shared/shared.pro b/src/shared/shared.pro deleted file mode 100644 index 517e1e86..00000000 --- a/src/shared/shared.pro +++ /dev/null @@ -1,70 +0,0 @@ -#-------------------------------------------------
-#
-# Project created by QtCreator 2011-05-03T18:35:56
-#
-#-------------------------------------------------
-
-QT -= gui core
-#QT += core
-
-TARGET = mo_shared
-TEMPLATE = lib
-CONFIG += staticlib c++11
-
-
-!include(../LocalPaths.pri) {
- message("paths to required libraries need to be set up in LocalPaths.pri")
-}
-
-SOURCES += \
- inject.cpp \
- windows_error.cpp \
- error_report.cpp \
- directoryentry.cpp \
- util.cpp \
- appconfig.cpp \
- leaktrace.cpp \
- stackdata.cpp
-
-HEADERS += \
- inject.h \
- windows_error.h \
- error_report.h \
- directoryentry.h \
- util.h \
- appconfig.h \
- appconfig.inc \
- leaktrace.h \
- stackdata.h
-
-
-# only for custom leak detection
-#DEFINES += TRACE_LEAKS
-#LIBS += -lDbgHelp
-
-msvc:QMAKE_CXXFLAGS_DEBUG -= -Zi
-msvc:QMAKE_CXXFLAGS_DEBUG += -Z7
-
-CONFIG(debug, debug|release) {
- LIBS += -L$$OUT_PWD/../bsatk/debug
- LIBS += -lDbgHelp
- msvc:PRE_TARGETDEPS += $$OUT_PWD/../bsatk/debug/bsatk.lib
-} else {
- LIBS += -L$$OUT_PWD/../bsatk/release
- msvc:PRE_TARGETDEPS += $$OUT_PWD/../bsatk/release/bsatk.lib
-}
-
-gcc:QMAKE_CXXFLAGS += -Wno-unknown-pragmas -march=i686 -fno-tree-vectorize
-
-LIBS += -lbsatk
-
-DEFINES += UNICODE _UNICODE _CRT_SECURE_NO_WARNINGS
-
-DEFINES += BOOST_DISABLE_ASSERTS NDEBUG
-
-# QMAKE_CXXFLAGS += /analyze
-
-INCLUDEPATH += ../bsatk "$${BOOSTPATH}"
-
-OTHER_FILES += \
- SConscript
|
