summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPekka Vuorela <pvuorela@iki.fi>2024-03-03 21:14:38 +0200
committerPekka Vuorela <pvuorela@iki.fi>2024-03-31 18:30:13 +0200
commit70702bfb9c3f0efec270a4825cea53db3472005c (patch)
tree2405bb65703111222524219b7c0f689a0cff7788 /tests
parenta440eab5188398cf0c23fa8718396138d864db18 (diff)
Remove cruft from some .pro files and remove pointless common.pri
messageserver.pri not used anywhere. Neither PLUGIN_INTERNAL definition is no longer used anywhere. The common.pri isn't too good a common file as it's mostly included outside the src tree, only src/tools/messageserver uses it from the actual sources. Hence removing QMF_ENABLE_LOGGING shouldn't affect anything since it's used only in the libqmfclient for one thing. To use that properly one has needed the definition value passed externally. The win/mac special case release mode I didn't understand too well and neither did qtbase run_pro2cmake.py I was testing to proceed with cmake build. Unsure was that CONFIG_WIN working even in qt5 or was that some earlier thing. The mac bundle would have been used only for unit tests and such, so feels pointless. As neither target now even works because of d-bus ipc, let's just remove this part. Removing these makes the common.pri even more pointless so just moved the INSTALL=target to few places that were using the common.pri Change-Id: Ibfe6da554e0d452e09d08e184e22508c1af958e0 Reviewed-by: Damien Caliste <dcaliste@free.fr> Reviewed-by: Christopher Adams <chris.adams@qinetic.com.au>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pri3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
index 623b19ca..11065508 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -5,5 +5,4 @@ CONFIG += testcase
QT += qmfclient qmfclient-private
target.path += $$QMF_INSTALL_ROOT/tests5
-include(../common.pri)
-
+INSTALLS += target