summaryrefslogtreecommitdiffstats
path: root/tools/attributehashes/attributehashes.pro
blob: 986084e0ae917515e12230ca4266b90e2056f6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = AttributeHashes
CONFIG += console

win32 {
LIBS += \
    -lws2_32
}

include(../../commoninclude.pri)

SOURCES += AttributeHashes.cpp

load(qt_tool)

INSTALLS -= target