small revisions

This commit is contained in:
polos 2017-04-30 22:58:45 +02:00
parent 1eb0eef2fd
commit 9a6c5bd1d0
2 changed files with 2 additions and 2 deletions

View file

@ -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/

View file

@ -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/