Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTh0r0 committed Nov 17, 2024
1 parent 0fa8c01 commit 495c6e7
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions nuspell-qt.pro
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
TEMPLATE = app
TEMPLATE = app

TARGET = nuspellchecker-qt
TARGET = nuspellchecker-qt

QT += core gui widgets
CONFIG += c++17
QT += core gui widgets
CONFIG += c++17
DEFINES += QT_NO_FOREACH

SOURCES += main.cpp \
dialog.cpp \
nuspellcheck.cpp \
nuspellcheckdialog.cpp
CONFIG(debug, debug|release) {
CONFIG += warn_on
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060800
}

SOURCES += main.cpp \
dialog.cpp \
nuspellcheck.cpp \
nuspellcheckdialog.cpp

HEADERS += dialog.h \
nuspellcheck.h \
nuspellcheckdialog.h
HEADERS += dialog.h \
nuspellcheck.h \
nuspellcheckdialog.h

FORMS += dialog.ui \
nuspellcheckdialog.ui
FORMS += dialog.ui \
nuspellcheckdialog.ui

unix {
LIBS += -lnuspell -licuuc -licudata
LIBS += -lnuspell -licuuc -licudata
}

win32 {
Expand Down

0 comments on commit 495c6e7

Please sign in to comment.