mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-15 14:50:58 -08:00
small revisions
This commit is contained in:
parent
1eb0eef2fd
commit
9a6c5bd1d0
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ QT += widgets
|
|||
TEMPLATE = app
|
||||
CONFIG += no_keywords release
|
||||
INCLUDEPATH += /usr/local/include
|
||||
LIBS += -lecl -L. -lstatic -L/usr/local/include -leql5
|
||||
LIBS += -lecl -L. -lstatic -L/usr/local/lib -leql5
|
||||
TARGET = palindrome
|
||||
DESTDIR = ./
|
||||
OBJECTS_DIR = ./tmp/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ QT += widgets printsupport uitools
|
|||
TEMPLATE = app
|
||||
CONFIG += no_keywords release
|
||||
INCLUDEPATH += /usr/local/include
|
||||
LIBS += -lecl -L. -lmy_lib -L/usr/local/include -leql5
|
||||
LIBS += -lecl -L. -lmy_lib -L/usr/local/lib -leql5
|
||||
TARGET = my_app
|
||||
DESTDIR = ./
|
||||
OBJECTS_DIR = ./tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue