QT += core gui xml #gui-private greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++11 CONFIG += console # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 SOURCES += \ console.cpp \ exportdialog.cpp \ html.cpp \ lyx.cpp \ main.cpp \ editormainwindow.cpp \ ru_const.cpp \ s1000d_manager.cpp \ splashform.cpp HEADERS += \ console.h \ editormainwindow.h \ exportdialog.h \ html.h \ lyx.h \ ru_const.h \ s1000d_manager.h \ splashform.h FORMS += \ editormainwindow.ui \ exportdialog.ui \ splashform.ui # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target RESOURCES += \ S1000DResources.qrc win32: RC_ICONS = $$PWD/Icons/doc_config.ico #QTPLUGIN +=qico \ # qsvg \ # qjpeg \ # qwbmp #LIBS +=-L$(QTDIR)/plugins/imageformats #INCLUDEPATH += $(QTDIR)/plugins/imageformats