Fix qmake build

See issue #1231.
This commit is contained in:
Martin Kleusberg
2017-11-18 18:24:21 +01:00
parent 2da8fa7347
commit 28d53ef990

View File

@@ -57,7 +57,8 @@ HEADERS += \
PlotDock.h \
RemoteDock.h \
RemoteModel.h \
RemotePushDialog.h
RemotePushDialog.h \
jsontextedit.h
SOURCES += \
sqlitedb.cpp \
@@ -93,7 +94,8 @@ SOURCES += \
PlotDock.cpp \
RemoteDock.cpp \
RemoteModel.cpp \
RemotePushDialog.cpp
RemotePushDialog.cpp \
jsontextedit.cpp
RESOURCES += icons/icons.qrc \
translations/flags/flags.qrc \