qt5base-lts/examples/widgets/tools/styleplugin/stylewindow/stylewindow.pro

18 lines
311 B
Prolog
Raw Normal View History

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]/tools/styleplugin
INSTALLS += target
QT += widgets