10c04c7a创建于 2025年5月29日历史提交
TEMPLATE = subdirs
TARGET = librecad
CONFIG += ordered

SUBDIRS     = \
    libraries \
    librecad \
    plugins \
    tools

# c++11 is now obligatory for LibreCAD
message(We will be using CPP11 features)

exists( custom.pro ):include( custom.pro )

OTHER_FILES = \
    CHANGELOG.md \
    README.md \
    desktop/librecad.desktop \
    desktop/org.librecad.librecad.appdata.xml