Menu

[r6]: / PythonQt.pro  Maximize  Restore  History

Download this file

80 lines (66 with data), 2.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# --------- PythonQt profile -------------------
# Last changed by $Author: florian $
# $Id: PythonQt.pro 35381 2006-03-16 13:05:52Z florian $
# $Source$
# --------------------------------------------------
TARGET = PythonQt
TEMPLATE = lib
# ---------------------------------------------------------------
# special case when PythonQt is built in the MeVis build system:
# ---------------------------------------------------------------
DESTDIR = $(MEVIS_LIB)/lib
DLLDESTDIR = $(MEVIS_LIB)/MLabModules/std/misc
MEVIS_LIB_EXPANDED = $$(MEVIS_LIB)
!isEmpty(MEVIS_LIB_EXPANDED) {
# add used packages here
CONFIG += dll python qt
# DONT REMOVE THE FOLLOWING LINE:
include( $(MEVIS_LIB)/make/mevisPackages.pro )
CONFIG += qt
} else {
# ---------------------------------------------------------------
# standard case for external users
# ---------------------------------------------------------------
include ( build/python.prf )
include ( build/external.prf )
}
DEFINES += PYTHONQT_EXPORTS
INCLUDEPATH += src
HEADERS += \
src/PythonQt.h \
src/PythonQtStdDecorators.h \
src/PythonQtClassInfo.h \
src/PythonQtImporter.h \
src/PythonQtObjectPtr.h \
src/PythonQtSlot.h \
src/PythonQtStdOut.h \
src/PythonQtMisc.h \
src/PythonQtMethodInfo.h \
src/PythonQtImportFileInterface.h \
src/PythonQtConversion.h \
src/PythonQtSignalReceiver.h \
src/PythonQtWrapper.h \
src/PythonQtMetaObjectWrapper.h \
src/PythonQtCppWrapperFactory.h \
src/PythonQtVariants.h \
src/PythonQtVariantWrapper.h \
src/wrapper/PythonQtWrappedVariants.h \
src/gui/PythonQtScriptingConsole.h \
src/PythonQtSystem.h
SOURCES += \
src/PythonQtStdDecorators.cpp \
src/PythonQt.cpp \
src/PythonQtClassInfo.cpp \
src/PythonQtImporter.cpp \
src/PythonQtObjectPtr.cpp \
src/PythonQtStdOut.cpp \
src/PythonQtSlot.cpp \
src/PythonQtMisc.cpp \
src/PythonQtMethodInfo.cpp \
src/PythonQtConversion.cpp \
src/PythonQtSignalReceiver.cpp \
src/PythonQtVariants.cpp \
src/PythonQtVariantWrapper.cpp \
src/PythonQtWrapper.cpp \
src/PythonQtMetaObjectWrapper.cpp \
src/gui/PythonQtScriptingConsole.cpp
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.