diff options
| author | Edward Welbourne <[email protected]> | 2021-01-21 14:21:22 +0100 |
|---|---|---|
| committer | Edward Welbourne <[email protected]> | 2021-01-22 12:16:53 +0100 |
| commit | 5ea701337dc2a4e153a22e6e4aba1939f88714cf (patch) | |
| tree | 8c502b773578f09a4eb1d4650f5de4bcfbe1b036 /util | |
| parent | db942d61252ee909c480629d4900ef155e158712 (diff) | |
Mark the public suffix generator as a command-line program
It's a purely command-line program, no need for gui.
Noticed on making a first (abortive) attempt to convert to CMake.
Change-Id: I767f59587d9fe902aec46cd1742576b6bfc84274
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'util')
| -rw-r--r-- | util/publicSuffix/publicSuffix.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/publicSuffix/publicSuffix.pro b/util/publicSuffix/publicSuffix.pro index 99723b7c0f3..49fc1eabab7 100644 --- a/util/publicSuffix/publicSuffix.pro +++ b/util/publicSuffix/publicSuffix.pro @@ -1,3 +1,4 @@ QT = core +CONFIG += cmdline SOURCES += main.cpp |
