mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
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!
|
Reference in New Issue
Block a user