aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qtc-askpass/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qtc-askpass/CMakeLists.txt')
-rw-r--r--src/tools/qtc-askpass/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/qtc-askpass/CMakeLists.txt b/src/tools/qtc-askpass/CMakeLists.txt
new file mode 100644
index 0000000000..3d0bfb3c1b
--- /dev/null
+++ b/src/tools/qtc-askpass/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_qtc_executable(qtc-askpass
+ DEPENDS Qt5::Widgets
+ SOURCES
+ qtc-askpass-main.cpp
+)