Fix qmake script.

This commit is contained in:
Roman Telezhynskyi 2023-10-23 18:16:45 +03:00
parent e56bd0792d
commit a2c7e1efa2
4 changed files with 12 additions and 8 deletions

View File

@ -6,11 +6,13 @@ HEADERS += \
$$PWD/vformulaproperty.h \
$$PWD/vformulapropertyeditor.h \
$$PWD/vtooloptionspropertybrowser.h \
$$PWD/vcmdexport.h
$$PWD/vcmdexport.h \
$$PWD/vvalentinashortcutmanager.h
SOURCES += \
$$PWD/vapplication.cpp \
$$PWD/vformulaproperty.cpp \
$$PWD/vformulapropertyeditor.cpp \
$$PWD/vtooloptionspropertybrowser.cpp \
$$PWD/vcmdexport.cpp
$$PWD/vcmdexport.cpp \
$$PWD/vvalentinashortcutmanager.cpp

View File

@ -10,8 +10,7 @@ include(core/core.pri)
SOURCES += \
$$PWD/main.cpp \
$$PWD/mainwindow.cpp \
$$PWD/mainwindowsnogui.cpp \
$$PWD/vvalentinashortcutmanager.cpp
$$PWD/mainwindowsnogui.cpp
*msvc*:SOURCES += $$PWD/stable.cpp
@ -20,8 +19,7 @@ HEADERS += \
$$PWD/mainwindow.h \
$$PWD/stable.h \
$$PWD/version.h \
$$PWD/mainwindowsnogui.h \
$$PWD/vvalentinashortcutmanager.h
$$PWD/mainwindowsnogui.h
# Main forms
FORMS += \

View File

@ -29,6 +29,7 @@
#include "../vabstractapplication.h"
#include "ui_vshortcutdialog.h"
#include <QAbstractButton>
#include <QMessageBox>
#if QT_VERSION < QT_VERSION_CHECK(6, 4, 0)

View File

@ -4,6 +4,7 @@
SOURCES += \
$$PWD/def.cpp \
$$PWD/dialogs/dialogaskcollectstatistic.cpp \
$$PWD/dialogs/vshortcutdialog.cpp \
$$PWD/svgfont/svgdef.cpp \
$$PWD/svgfont/vsvgfont.cpp \
$$PWD/svgfont/vsvgfontdatabase.cpp \
@ -76,6 +77,7 @@ HEADERS += \
$$PWD/bpstd/variant.hpp \
$$PWD/compatibility.h \
$$PWD/dialogs/dialogaskcollectstatistic.h \
$$PWD/dialogs/vshortcutdialog.h \
$$PWD/lambdaconstants.h \
$$PWD/stable.h \
$$PWD/def.h \
@ -125,7 +127,7 @@ HEADERS += \
$$PWD/dialogs/dialogselectlanguage.h \
$$PWD/fpm/fixed.hpp \
$$PWD/fpm/math.hpp \
$$PWD/vabstractshortcutmanager.cpp
$$PWD/vabstractshortcutmanager.h
contains(DEFINES, APPIMAGE) {
SOURCES += \
@ -147,4 +149,5 @@ contains(QT_VERSION, ^5\\.[0-2]\\.[0-2]$) { # Since Qt 5.3.0
FORMS += \
$$PWD/dialogs/dialogaskcollectstatistic.ui \
$$PWD/dialogs/dialogexporttocsv.ui \
$$PWD/dialogs/dialogselectlanguage.ui
$$PWD/dialogs/dialogselectlanguage.ui \
$$PWD/dialogs/vshortcutdialog.ui