mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 04:08:14 +02:00
22 lines
466 B
Prolog
22 lines
466 B
Prolog
|
|
DESTDIR = $$OUT_PWD/../..
|
|
TARGET = klayout_qtbasic
|
|
|
|
include($$PWD/../../lib.pri)
|
|
|
|
DEFINES += MAKE_GSI_QTBASIC_LIBRARY
|
|
|
|
# NOTE: db is required since some bridges to db are provided (i.e db::Polygon)
|
|
INCLUDEPATH += $$TL_INC $$GSI_INC $$DB_INC $$QTBASIC_INC
|
|
DEPENDPATH += $$TL_INC $$GSI_INC $$DB_INC $$QTBASIC_INC
|
|
|
|
LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_db
|
|
|
|
SOURCES += \
|
|
gsiQt.cc \
|
|
gsiQtHelper.cc
|
|
|
|
HEADERS += \
|
|
gsiQt.h \
|
|
gsiQtBasicCommon.h \
|