summaryrefslogtreecommitdiffstats
path: root/tools/attributehashes/attributehashes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/attributehashes/attributehashes.pro')
-rw-r--r--tools/attributehashes/attributehashes.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/attributehashes/attributehashes.pro b/tools/attributehashes/attributehashes.pro
new file mode 100644
index 0000000..986084e
--- /dev/null
+++ b/tools/attributehashes/attributehashes.pro
@@ -0,0 +1,16 @@
+TEMPLATE = app
+TARGET = AttributeHashes
+CONFIG += console
+
+win32 {
+LIBS += \
+ -lws2_32
+}
+
+include(../../commoninclude.pri)
+
+SOURCES += AttributeHashes.cpp
+
+load(qt_tool)
+
+INSTALLS -= target