mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 02:35:38 +03:00
55 lines
1.2 KiB
Prolog
55 lines
1.2 KiB
Prolog
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
|