Fix qmake script.
This commit is contained in:
parent
e56bd0792d
commit
a2c7e1efa2
|
@ -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
|
||||
|
|
|
@ -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 += \
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "../vabstractapplication.h"
|
||||
#include "ui_vshortcutdialog.h"
|
||||
|
||||
#include <QAbstractButton>
|
||||
#include <QMessageBox>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 4, 0)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user