summaryrefslogtreecommitdiffstats
path: root/src/common/port/port.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/port/port.pro')
-rw-r--r--src/common/port/port.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/port/port.pro b/src/common/port/port.pro
new file mode 100644
index 0000000..f09414b
--- /dev/null
+++ b/src/common/port/port.pro
@@ -0,0 +1,10 @@
+STOPDIR = ../../..
+include($${STOPDIR}/lib.pro)
+
+TARGET = port
+HEADERS += port.h port_base.h parallel.h serial.h usb_port.h
+SOURCES += port.cpp port_base.cpp parallel.cpp serial.cpp usb_port.cpp
+contains(DEFINES, HAVE_USB) {
+ win32:INCLUDEPATH += $${LIBUSB_PATH}\include
+}
+