новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenBoard/thirdparty/fleetwood/reply2005/reply2005.pro

25 lines
463 B

TEMPLATE = lib
CONFIG += staticlib release warn_off
DESTDIR = "lib"
win32 {
CONFIG += qaxcontainer
# The folowing COM wrappers are generated from dumcpp
#
# need to register first the reply ocx regsvr32 ocx\Reply2005.ocx
#
REG = $$system(regsvr32 ocx\Reply2005.ocx)
TYPELIBS = $$system(dumpcpp ocx\Reply2005.ocx)
SOURCES += replyxcontrol1.cpp
HEADERS += replyxcontrol1.h
}