[Build] Remove unneeded stuff in CMakeLists.
This commit is contained in:
parent
24ac3da37e
commit
4e05aa232c
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue