qt6windows7/examples/widgets/tools/styleplugin/stylewindow/stylewindow.pro

20 lines
368 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += widgets
HEADERS = stylewindow.h
SOURCES = stylewindow.cpp \
main.cpp
TARGET = styleplugin
win32 {
debug:DESTDIR = ../debug/
release:DESTDIR = ../release/
} else {
DESTDIR = ../
}
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin
INSTALLS += target
CONFIG += install_ok # Do not cargo-cult this!