mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 09:15:23 +08:00
6.5.3 clean
This commit is contained in:
22
tests/manual/examples/widgets/richtext/textedit/textedit.pro
Normal file
22
tests/manual/examples/widgets/richtext/textedit/textedit.pro
Normal file
@ -0,0 +1,22 @@
|
||||
QT += widgets
|
||||
requires(qtConfig(filedialog))
|
||||
qtHaveModule(printsupport): QT += printsupport
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = textedit
|
||||
|
||||
HEADERS = textedit.h
|
||||
SOURCES = textedit.cpp \
|
||||
main.cpp
|
||||
|
||||
RESOURCES += textedit.qrc
|
||||
build_all:!build_pass {
|
||||
CONFIG -= build_all
|
||||
CONFIG += release
|
||||
}
|
||||
|
||||
EXAMPLE_FILES = textedit.qdoc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/richtext/textedit
|
||||
INSTALLS += target
|
Reference in New Issue
Block a user