summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/control.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/control.pro')
-rw-r--r--src/activeqt/control/control.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/activeqt/control/control.pro b/src/activeqt/control/control.pro
deleted file mode 100644
index e5f251e..0000000
--- a/src/activeqt/control/control.pro
+++ /dev/null
@@ -1,32 +0,0 @@
-TARGET = QtAxServer
-
-QT += widgets
-QT_PRIVATE += core-private gui-private widgets-private axbase-private
-CONFIG += static
-
-DEFINES += QAX_SERVER
-
-mingw: DEFINES += QT_NEEDS_QMAIN
-
-HEADERS = qaxaggregated.h \
- qaxbindable.h \
- qaxfactory.h \
- qclassfactory_p.h \
- ../shared/qaxtypes_p.h
-
-SOURCES = qaxaggregated.cpp \
- qaxserver.cpp \
- qaxserverbase.cpp \
- qaxbindable.cpp \
- qaxfactory.cpp \
- qaxservermain.cpp \
- qaxserverdll.cpp \
- qaxmain.cpp \
- ../shared/qaxtypes.cpp
-
-LIBS += -lshell32
-
-MODULE = axserver
-MODULE_DEFINES = QAXSERVER
-MODULE_CONFIG = idcidl force_import_plugins
-load(qt_module)