blob: 29aebae58e04dae78570bec1064051dec6f9ff91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE = app
CONFIG += qaxserver
# Input
SOURCES += main.cpp
RC_FILE = comapp.rc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS comapp.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/comapp
INSTALLS += target sources
include($$QT_SOURCE_TREE/examples/examplebase.pri)
|