summarylogtreecommitdiffstats
path: root/qmake.patch
blob: 4c2c66fc8bb55f965c842dc01999c21fcbdfe510 (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
--- ScriptCommunicator.pro.orig	2016-01-30 12:31:38.549393000 +0100
+++ ScriptCommunicator.pro	2016-01-30 12:35:04.715637257 +0100
@@ -1,8 +1,8 @@
-greaterThan(QT_MAJOR_VERSION, 4) {
-    QT       += widgets serialport
-} else {
-    include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
-}
+DESTDIR = build
+OBJECTS_DIR = build/.obj
+MOC_DIR = build/.moc
+RCC_DIR = build/.rcc
+UI_DIR = build/.ui
 
 CONFIG += c++11
 
@@ -16,6 +16,7 @@
 QT += network
 QT += sql
 QT += scripttools
+QT += widgets serialport
 
 unix{
 LIBS += -ldl