11 lines
224 B
Prolog
11 lines
224 B
Prolog
QT += widgets
|
|
requires(qtConfig(combobox))
|
|
|
|
HEADERS = regexpdialog.h
|
|
SOURCES = regexpdialog.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp
|
|
INSTALLS += target
|