Skip to content

Commit

Permalink
qr code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nebliodev committed Jan 19, 2018
1 parent e9a48c0 commit a147664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neblio-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contains(RELEASE, 1) {

# use: qmake "NEBLIO_REST=1"
contains(NEBLIO_REST, 1) {
DEFINES += NEBLIO_REST
DEFINES += NEBLIO_REST
# restbed
LIBS += -L"$(CURDIR)/src/restbed/distribution/library" -lrestbed
INCLUDEPATH += "$(CURDIR)/src/restbed/distribution/include/"
Expand Down Expand Up @@ -389,7 +389,7 @@ FORMS += \
contains(USE_QRCODE, 1) {
HEADERS += src/qt/qrcodedialog.h
SOURCES += src/qt/qrcodedialog.cpp
#FORMS += src/qt/forms/qrcodedialog.ui
FORMS += src/qt/forms/qrcodedialog.ui
}

CODECFORTR = UTF-8
Expand Down

0 comments on commit a147664

Please sign in to comment.