This qtcreator project files can build and run.
This commit is contained in:
parent
984d39f8cc
commit
43cebb5780
27
Test.pro
Normal file
27
Test.pro
Normal file
@ -0,0 +1,27 @@
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user