summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2013-11-07 15:59:53 +0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-07 13:12:16 +0100
commite2e796301ab87aeedc1ab7952de8ae64df851646 (patch)
tree2518c07efda07919c9b212686397941a9512a955 /src
parent5c4fbe9ee3d1f3164146d91962857b1abda79853 (diff)
Fix the build on Linux with Qt4
Change-Id: I7bb118399182d316403ce9a2aa4b082b03158c1e Reviewed-by: Laszlo Papp <lpapp@kde.org>
Diffstat (limited to 'src')
-rw-r--r--src/serialport/qt4support/install-helper.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialport/qt4support/install-helper.pri b/src/serialport/qt4support/install-helper.pri
index ba737773..a8607587 100644
--- a/src/serialport/qt4support/install-helper.pri
+++ b/src/serialport/qt4support/install-helper.pri
@@ -10,7 +10,7 @@ for(header_file, PUBLIC_HEADERS) {
unix:!symbian {
SOURCES += \
- $$PWD/src/qlockfile.cpp
+ $$PWD/src/qlockfile.cpp \
$$PWD/src/qlockfile_unix.cpp
}