blob: 855123d58ec355e1d643f02764ac6d72e8ed0217 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*** examples/myStructureComputer/myStructureComputer.pro.orig Sat Oct 29 16:08:48 2005
--- examples/myStructureComputer/myStructureComputer.pro Sat Oct 29 16:09:09 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
|