summaryrefslogtreecommitdiff
path: root/examples/activeqt/wrapper/wrapper.pro
blob: 2efbea898f104f2b47b290905feca84cc30eaef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(../shared.pri)

TEMPLATE = lib
TARGET   = wrapperax

CONFIG += warn_off dll
QT += widgets axserver

SOURCES  = main.cpp
RC_FILE  = wrapperax.rc
DEF_FILE = wrapperax.def

# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/wrapper
INSTALLS += target