diff options
Diffstat (limited to 'win/common.pro')
-rw-r--r-- | win/common.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/common.pro b/win/common.pro index f5c2f1af7..985c45268 100644 --- a/win/common.pro +++ b/win/common.pro @@ -172,7 +172,7 @@ QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_EXCEPTIONS_ON # /GX for msvc QMAKE_LFLAGS += /FORCE:MULTIPLE # Specify that filename is a C++ source file, even if it doesn’t have -# a .cpp or .cxx extension, thus .cc files are compiled properly with msvc +# a .cpp or .cxx extension, thus files are compiled properly with msvc QMAKE_CXXFLAGS += /TP INCLUDEPATH += moc $(KDELIBS)/win $(KDELIBS) |