##// END OF EJS Templates
Work in progress.
Work in progress.

File last commit:

r2:f40b36fd7205 tip default
r2:f40b36fd7205 tip default
Show More
vhdlparser.pro
40 lines | 735 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2014-07-20T21:32:03
#
#-------------------------------------------------
QT -= gui
include ( ./scanner/Flex_Bison_FIles/Flex_Bison_FIles.pri )
TARGET = vhdlparser
TEMPLATE = lib
LIBS += -lfl
DEFINES += LIBVHDLPARSER_LIBRARY
DESTDIR = ../bin
INCLUDEPATH += ./scanner
INCLUDEPATH += \
../vhdlparser
SOURCES += vhdl_file.cpp \
scanner/vhdl_scanner.cpp \
scanner/vhdl_ast_node.cpp \
vhdl_element_parser.cpp
HEADERS += vhdl_file.h\
libvhdlparser_global.h \
scanner/vhdl_scanner.h \
scanner/vhdl_ast_node.h \
vhdl_element_parser.h
unix {
target.path = /usr/lib
INSTALLS += target
}