blob: 532560daff57beec23091095c3dd3745f22b3677 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/buildtools/buildtools.pro
+++ src/buildtools/buildtools.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
-linux {
+unix {
# configure_host.pro and configure_target.pro are phony pro files that
# extract things like compiler and linker from qmake.
# Only used on Linux as it is only important for cross-building and alternative compilers.
|