OSDN Git Service

the key getter is no longer required
authorIvailo Monev <xakepa10@laimg.moc>
Mon, 24 Oct 2016 16:43:11 +0000 (16:43 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Mon, 24 Oct 2016 16:43:11 +0000 (16:43 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
cmake/getkey.cpp [deleted file]

diff --git a/cmake/getkey.cpp b/cmake/getkey.cpp
deleted file mode 100644 (file)
index ca0242c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "qdebug.h"
-#include "qlibraryinfo.h"
-
-int main() {
-    qDebug() << QLibraryInfo::buildKey();
-}