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.
24 lines
438 B
24 lines
438 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\WRS970.ocx
|
|
#
|
|
|
|
REG = $$system(regsvr32 ocx\WRS970.ocx)
|
|
TYPELIBS = $$system(dumpcpp ocx\WRS970.ocx)
|
|
|
|
SOURCES += wrs970.cpp
|
|
|
|
HEADERS += wrs970.h
|
|
|
|
}
|
|
|
|
|
|
|