diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 17:22:33 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-09 17:22:33 +0000 |
commit | 29e854354982dcdd8f548ca10b2f2f6b889b280c (patch) | |
tree | c973a1ec59e625dc9d1627abad3ac30cae6814fd /c++-qt/libgats.pro | |
parent | d534a56d95bca7bdd812be024d9eacba4734e2b7 (diff) | |
download | libgats-29e854354982dcdd8f548ca10b2f2f6b889b280c.tar.gz libgats-29e854354982dcdd8f548ca10b2f2f6b889b280c.tar.bz2 libgats-29e854354982dcdd8f548ca10b2f2f6b889b280c.tar.xz libgats-29e854354982dcdd8f548ca10b2f2f6b889b280c.zip |
The attempt to use symlinks in place of the header files was silly.
Diffstat (limited to '')
-rw-r--r-- | c++-qt/libgats.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++-qt/libgats.pro b/c++-qt/libgats.pro index 3b9e2b8..8eaac84 100644 --- a/c++-qt/libgats.pro +++ b/c++-qt/libgats.pro | |||
@@ -9,6 +9,6 @@ QMAKE_CXXFLAGS += -ggdb -W -Wall | |||
9 | 9 | ||
10 | win32:LIBS += -lwsock32 | 10 | win32:LIBS += -lwsock32 |
11 | 11 | ||
12 | HEADERS += src/*.h | 12 | HEADERS += gats-qt/*.h |
13 | SOURCES += src/*.cpp | 13 | SOURCES += src/*.cpp |
14 | 14 | ||