1
0
Fork 0

[Build] Remove unneeded stuff in CMakeLists.

This commit is contained in:
Kitteh 2018-10-31 08:05:34 +00:00
parent 24ac3da37e
commit 4e05aa232c

View file

@ -34,10 +34,6 @@ add_definitions(-DQRC_SOURCE_PATH="${PROJECT_SOURCE_DIR}/src/qml")
add_definitions(-DQT_QML_DEBUG)
endif(DEVELOP)
if(WIN32)
add_definitions(-DWINDOWS)
endif(WIN32)
add_executable(KittehPlayer ${SOURCES} ${qml_QRC})
# Use the Qml/Quick modules from Qt 5.