docx-generator/DocxWizard.pro
2026-04-29 10:48:45 +05:00

24 lines
627 B
Prolog
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

QT += core gui widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
TARGET = DocxWizard
TEMPLATE = app
SOURCES += \
main.cpp \
DocxBuilder.cpp \
DocumentWizard.cpp
HEADERS += \
DocxBuilder.h \
DocumentWizard.h
# zlib входит в состав системы везде, где есть Qt
# Linux/macOS: подключается автоматически
# Windows (MSVC/MinGW): zlib поставляется вместе с Qt
unix: LIBS += -lz
win32: LIBS += -lzlib # при необходимости замените на -lz или укажите путь