blob: 58fc30fc771ff4d2da6ea0749a8eb6adee18454c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*** examples/infoReader/infoReader.pro.orig Sat Oct 29 16:04:15 2005
--- examples/infoReader/infoReader.pro Sat Oct 29 16:04:26 2005
***************
*** 1,6 ****
--- 1,8 ----
CONFIG *= thread
CONFIG -= qt
+ INCLUDEPATH *= /usr/X11R6/include
+
# needs to be added if the library uses Qt xml parser. Can be removed if not.
macx: QMAKE_LFLAGS += -lqt
|