GrabBag/QtUtils/QtUtils.pro

24 lines
364 B
Prolog
Raw Normal View History

2025-09-29 00:56:53 +08:00
QT += gui core widgets
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
win32-msvc {
QMAKE_CXXFLAGS += /utf-8
}
INCLUDEPATH += $$PWD/Inc
HEADERS += \
Inc/StyledMessageBox.h
SOURCES += \
Src/StyledMessageBox.cpp
# Default rules for deployment.
unix {
target.path = /usr/lib
}
!isEmpty(target.path): INSTALLS += target