summaryrefslogtreecommitdiffstats
path: root/examples/guiportinfo/guiportinfo.pro
blob: df2671e7aa83e31d8fb2a97ee5f4b613385186c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#-------------------------------------------------
#
# Project created by QtCreator 2011-09-21T13:44:17
#
#-------------------------------------------------

QT       += core gui

TARGET = guiportinfo
TEMPLATE = app

linux*:DEFINES += HAVE_LIBUDEV

INCLUDEPATH += \
    ../../include 

HEADERS += \
    ../../include/serialport.h \
    ../../include/serialportinfo.h

include(../../src/src.pri)

SOURCES += main.cpp\
        portinfodialog.cpp

HEADERS  += portinfodialog.h

FORMS    += portinfodialog.ui