src/hbcommon.pri
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcommon.pri	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcommon.pri	Mon May 03 12:48:33 2010 +0300
@@ -56,8 +56,8 @@
     for(pubheader, $$list($$lower($$unique(PUBLIC_HEADERS)))) {
         contains(pubheader, .*_p.h$):warning($$basename(pubheader) is listed in PUBLIC_HEADERS but has a \"_p.h\" suffix.)
     }
-    for(privheader, $$list($$lower($$unique(INTERNAL_HEADERS)))) {
-        !contains(privheader, .*_p.h$):warning($$basename(privheader) is listed in INTERNAL_HEADERS but has no \"_p.h\" suffix.)
+    for(privheader, $$list($$lower($$unique(PRIVATE_HEADERS)))) {
+        !contains(privheader, .*_p.h$):warning($$basename(privheader) is listed in PRIVATE_HEADERS but has no \"_p.h\" suffix.)
     }
 }