mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 02:45:39 +03:00
14.06.2023
This commit is contained in:
54
s1000d/Converter_Source/S1000DEditor.pro
Normal file
54
s1000d/Converter_Source/S1000DEditor.pro
Normal file
@@ -0,0 +1,54 @@
|
||||
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
|
||||
Reference in New Issue
Block a user