aboutsummaryrefslogtreecommitdiffstats
path: root/examples/winextras/iconextractor/iconextractor.pro
blob: 66c6dad382d6c6e0bad4068d360f10be4cb1f310 (plain)
1
2
3
4
5
6
7
8
9
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