2015-03-16 13:21:23 +00:00
|
|
|
include(../shared.pri)
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = lib
|
2014-01-15 21:17:52 +00:00
|
|
|
TARGET = multipleax
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-12-14 18:20:02 +00:00
|
|
|
CONFIG += warn_off dll
|
2012-11-26 15:56:52 +00:00
|
|
|
QT += widgets axserver
|
2011-10-04 08:58:57 +00:00
|
|
|
|
2014-01-15 21:17:52 +00:00
|
|
|
SOURCES = main.cpp
|
|
|
|
HEADERS = ax1.h ax2.h
|
2011-04-27 10:05:43 +00:00
|
|
|
RC_FILE = multipleax.rc
|
2012-08-22 10:16:26 +00:00
|
|
|
DEF_FILE = multipleax.def
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/multiple
|
2012-11-28 15:09:12 +00:00
|
|
|
INSTALLS += target
|