blob: 66c6dad382d6c6e0bad4068d360f10be4cb1f310 [file] [log] [blame]
TEMPLATE = app
TARGET = iconextractor
CONFIG += console
QT = core gui winextras
LIBS += -lshell32 -luser32
SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/winextras/iconextractor
INSTALLS += target