From 260a2cea593b9f2211879a80d1d5d377592678da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 28 Sep 2015 21:20:27 +0200 Subject: NOISSUE more cmake tweakery --- application/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index ea5c9c06..90eb3891 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -335,11 +335,6 @@ qt5_add_resources(MULTIMC_RESOURCES ${MULTIMC_QRCS}) add_executable(MultiMC MACOSX_BUNDLE WIN32 ${MULTIMC_SOURCES} ${MULTIMC_UI} ${MULTIMC_RESOURCES} ${MULTIMC_RCS}) target_link_libraries(MultiMC MultiMC_logic xz-embedded unpack200 iconfix MultiMC_util ${QUAZIP_LIBRARIES} hoedown rainbow) -if(WIN32) - qt5_use_modules(MultiMC WinMain) -endif(WIN32) - - ################################ INSTALLATION AND PACKAGING ################################ ######## Install ######## -- cgit v1.2.3