summaryrefslogtreecommitdiff
path: root/Test.pro
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-13 13:30:00 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-13 13:30:00 (GMT)
commita2e91c247fab4a2cee8936d83979f4a72390f7e7 (patch)
tree08f094934e16db70a6e5673f30bb5ab2aca4f217 /Test.pro
parent7544f46b9847bce7c091ab6b6e8f7ac08e87b844 (diff)
downloadpowder-a2e91c247fab4a2cee8936d83979f4a72390f7e7.zip
powder-a2e91c247fab4a2cee8936d83979f4a72390f7e7.tar.gz
Remove QTCreator project files
Diffstat (limited to 'Test.pro')
-rw-r--r--Test.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/Test.pro b/Test.pro
deleted file mode 100644
index 3c9fe6b..0000000
--- a/Test.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-QMAKE_CXXFLAGS_RELEASE += -fkeep-inline-functions
-QMAKE_CXXFLAGS_DEBUG += -fkeep-inline-functions
-
-LIBS += -lSDL -lm -lbz2
-
-INCLUDEPATH += data/ \
- src/
-
-SOURCES += $$files(src/*.cpp) \
- $$files(src/client/*.cpp) \
- $$files(src/elements/*.cpp) \
- $$files(src/game/*.cpp) \
- $$files(src/interface/*.cpp) \
- $$files(src/search/*.cpp) \
- $$files(src/simulation/*.cpp) \
- $$files(src/cajun/*.cpp)
-
-HEADERS += src/*.h \
- src/client/*.h \
- src/elements/*.h \
- src/game/*.h \
- src/interface/*.h \
- src/search/*.h \
- src/simulation/*.h \
- src/cajun/*.h
-
-