diff options
author | Lars Knoll <[email protected]> | 2020-03-30 12:10:22 +0200 |
---|---|---|
committer | Lars Knoll <[email protected]> | 2020-03-31 15:28:23 +0200 |
commit | 2fda4cda22994466e3e1da028a7edeca657b4e7d (patch) | |
tree | af6c087f425870ed2f5d522ae475590d420a7607 /examples/widgets/tools/regexp/regexp.pro | |
parent | 3af596402aec91475a98c9f3da768721d107442e (diff) |
Remove the regexp example
Change-Id: I113a8f4c8ba401443aab2347211b3782e99c9cf4
Reviewed-by: Samuel Gaist <[email protected]>
Diffstat (limited to 'examples/widgets/tools/regexp/regexp.pro')
-rw-r--r-- | examples/widgets/tools/regexp/regexp.pro | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/widgets/tools/regexp/regexp.pro b/examples/widgets/tools/regexp/regexp.pro deleted file mode 100644 index a4c2971c257..00000000000 --- a/examples/widgets/tools/regexp/regexp.pro +++ /dev/null @@ -1,10 +0,0 @@ -QT += widgets -requires(qtConfig(combobox)) - -HEADERS = regexpdialog.h -SOURCES = regexpdialog.cpp \ - main.cpp - -# install -target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp -INSTALLS += target |