summaryrefslogtreecommitdiff
path: root/examples/activeqt/wrapper/wrapper.pro
blob: 6cebace0682e3f06e78b74aa9bf03475afd073f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
TARGET	 = wrapperax

CONFIG += qt 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