eql5/examples/X-extras/palindrome/exe/main.pro
2017-03-04 11:41:32 +01:00

16 lines
342 B
Prolog

QT += widgets
TEMPLATE = app
CONFIG += no_keywords release
INCLUDEPATH += ../../../../src
LIBS += -lecl -L. -lstatic -L../../../.. -leql5
TARGET = palindrome
DESTDIR = ./
OBJECTS_DIR = ./tmp/
MOC_DIR = ./tmp/
win32 {
include(../../../../src/windows.pri)
}
HEADERS += main.h
SOURCES += main.cpp