summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-09-04 12:57:19 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2018-09-04 12:57:19 -0500
commit8b935cd5b9bc154a7ec950035179eb8e1761882d (patch)
tree7d85447b1ac5ef77cb6566a1072667e8b5063833 /config
parentfea75b170b821e67acb61bbdc3a75ef07d7c0584 (diff)
downloadMPC-8b935cd5b9bc154a7ec950035179eb8e1761882d.tar.gz
Qt5: s/lit_libs/libs/g
Diffstat (limited to 'config')
-rw-r--r--config/qt5_core.mpb2
-rw-r--r--config/qt5_gui.mpb2
-rw-r--r--config/qt5_network.mpb2
-rw-r--r--config/qt5_opengl.mpb2
-rw-r--r--config/qt5_sql.mpb2
-rw-r--r--config/qt5_test.mpb2
-rw-r--r--config/qt5_widgets.mpb2
-rw-r--r--config/qt5_xml.mpb2
8 files changed, 8 insertions, 8 deletions
diff --git a/config/qt5_core.mpb b/config/qt5_core.mpb
index abb9a537..494fdde2 100644
--- a/config/qt5_core.mpb
+++ b/config/qt5_core.mpb
@@ -7,7 +7,7 @@ project {
requires += qt5
includes += $(QT5_INCDIR)
libpaths += $(QT5_DIR)/lib
- lit_libs += Qt5Core
+ libs += Qt5Core
// On Linux at least, Qt5 by default requires position independent code
verbatim (make, macros) {
diff --git a/config/qt5_gui.mpb b/config/qt5_gui.mpb
index 319e79fb..8ad05d63 100644
--- a/config/qt5_gui.mpb
+++ b/config/qt5_gui.mpb
@@ -1,4 +1,4 @@
project: qt5_core {
- lit_libs += Qt5Gui
+ libs += Qt5Gui
}
diff --git a/config/qt5_network.mpb b/config/qt5_network.mpb
index 56e46da1..25093423 100644
--- a/config/qt5_network.mpb
+++ b/config/qt5_network.mpb
@@ -1,4 +1,4 @@
project: qt5_core {
- lit_libs += Qt5Network
+ libs += Qt5Network
}
diff --git a/config/qt5_opengl.mpb b/config/qt5_opengl.mpb
index 419caf03..ba8bdb59 100644
--- a/config/qt5_opengl.mpb
+++ b/config/qt5_opengl.mpb
@@ -1,4 +1,4 @@
project: qt5_widgets {
- lit_libs += Qt5OpenGL
+ libs += Qt5OpenGL
}
diff --git a/config/qt5_sql.mpb b/config/qt5_sql.mpb
index ab8dd278..6d027206 100644
--- a/config/qt5_sql.mpb
+++ b/config/qt5_sql.mpb
@@ -1,4 +1,4 @@
project: qt5_core {
- lit_libs += Qt5Sql
+ libs += Qt5Sql
}
diff --git a/config/qt5_test.mpb b/config/qt5_test.mpb
index b5aae9b8..b925b377 100644
--- a/config/qt5_test.mpb
+++ b/config/qt5_test.mpb
@@ -1,4 +1,4 @@
project: qt5_core {
- lit_libs += Qt5Test
+ libs += Qt5Test
}
diff --git a/config/qt5_widgets.mpb b/config/qt5_widgets.mpb
index f35bf05d..a50b0ce4 100644
--- a/config/qt5_widgets.mpb
+++ b/config/qt5_widgets.mpb
@@ -1,4 +1,4 @@
project: qt5_gui {
- lit_libs += Qt5Widgets
+ libs += Qt5Widgets
}
diff --git a/config/qt5_xml.mpb b/config/qt5_xml.mpb
index 2e370f01..a9f4d2b8 100644
--- a/config/qt5_xml.mpb
+++ b/config/qt5_xml.mpb
@@ -1,4 +1,4 @@
project: qt5_core {
- lit_libs += Qt5Xml
+ libs += Qt5Xml
}