0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 01:24:39 +03:00
LimeReport/limereport/dialogdesigner/dialogdesigner.pri

28 lines
705 B
Plaintext
Raw Normal View History

include(../../common.pri)
include($$PWD/3rdparty/qtcreator/designerintegrationv2/designerintegration.pri)
2021-08-18 20:14:37 +03:00
INCLUDEPATH *= $$PWD/3rdparty/designer
2021-08-18 20:14:37 +03:00
equals(QT_MAJOR_VERSION, 4) : CONFIG(uitools) {
DEFINES += HAVE_QTDESIGNER_INTEGRATION
}
2021-08-18 20:14:37 +03:00
if(equals(QT_MAJOR_VERSION, 5) | equals(QT_MAJOR_VERSION, 6)) : contains(QT, uitools) {
DEFINES += HAVE_QTDESIGNER_INTEGRATION
}
2017-04-19 01:04:14 +03:00
equals(QT_MAJOR_VERSION, 4) {
2021-08-18 20:14:37 +03:00
CONFIG *= designer
qtAddLibrary(QtDesignerComponents)
2017-04-19 01:04:14 +03:00
}
equals(QT_MAJOR_VERSION, 5) | equals(QT_MAJOR_VERSION, 6) {
QT *= designer designercomponents-private
}
SOURCES += $$PWD/lrdialogdesigner.cpp
HEADERS += $$PWD/lrdialogdesigner.h
RESOURCES += \
2021-08-18 20:14:37 +03:00
$$PWD/dialogdesigner.qrc