From 34af023e0677a9299238871a19e90f7ad5622920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Fri, 6 May 2011 12:14:23 +0200 Subject: Fixed qpa/windows example compilation. --- examples/qpa/windows/windows.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/qpa/windows/windows.pro b/examples/qpa/windows/windows.pro index a7e3bf6db5..bfda6f3104 100644 --- a/examples/qpa/windows/windows.pro +++ b/examples/qpa/windows/windows.pro @@ -7,6 +7,9 @@ TARGET = DEPENDPATH += . INCLUDEPATH += . +QT += gui-private +QT += core-private + # Input HEADERS += window.h SOURCES += window.cpp main.cpp -- cgit v1.2.3