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.
25 lines
463 B
25 lines
463 B
14 years ago
|
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
|
||
|
|
||
|
}
|
||
|
|
||
|
|