##// END OF EJS Templates
Added generator to install targets and removed examples from build.
Added generator to install targets and removed examples from build.

File last commit:

r11:b89840e63daa default
r12:17486c75e366 tip default
Show More
PythonQt_QtAll.pro
55 lines | 1.8 KiB | text/idl | PrologLexer
First init.
r0
TARGET = PythonQt_QtAll
TEMPLATE = lib
DESTDIR = ../../lib
CONFIG+=BUILDING_QTALL
include ( ../../build/pythonqt.prf )
INCLUDEPATH += ../../src
CONFIG += dll qt
DEFINES += PYTHONQT_QTALL_EXPORTS
HEADERS += \
PythonQt_QtAll.h
SOURCES += \
PythonQt_QtAll.cpp
Updated to latest PythonQt revision
r11 QT += webkit gui svg sql network xml xmlpatterns opengl
First init.
r0
Updated to latest PythonQt revision
r11 contains(QT_MAJOR_VERSION, 4) {
CONFIG += uitools
}
First init.
r0
contains(QT_MAJOR_VERSION, 5) {
Updated to latest PythonQt revision
r11 QT += widgets webkitwidgets printsupport multimedia multimediawidgets uitools
First init.
r0 }
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}
header.path = $$[QT_INSTALL_HEADERS]/PythonQt
header.files = PythonQt_QtAll.h
isEmpty(header.path) {
header.path = $(QTDIR)/include
}
INSTALLS += header target
Updated to latest PythonQt revision
r11 include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_core/com_trolltech_qt_core.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_gui/com_trolltech_qt_gui.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_svg/com_trolltech_qt_svg.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_sql/com_trolltech_qt_sql.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_network/com_trolltech_qt_network.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_opengl/com_trolltech_qt_opengl.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_webkit/com_trolltech_qt_webkit.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_xml/com_trolltech_qt_xml.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_uitools/com_trolltech_qt_uitools.pri)
contains(QT_MAJOR_VERSION, 5) {
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_xmlpatterns/com_trolltech_qt_xmlpatterns.pri)
include ($$PYTHONQT_GENERATED_PATH/com_trolltech_qt_multimedia/com_trolltech_qt_multimedia.pri)
}