fixed: code style (qt pro file)

This commit is contained in:
Nick Bolton 2014-02-05 16:42:45 +00:00
parent 59cd5ac554
commit ee87828a9d
1 changed files with 5 additions and 5 deletions

View File

@ -40,8 +40,8 @@ SOURCES += src/main.cpp \
src/IpcReader.cpp \
src/Ipc.cpp \
src/SynergyLocale.cpp \
src/QUtility.cpp \
src/PremiumAuth.cpp
src/QUtility.cpp \
src/PremiumAuth.cpp
HEADERS += src/MainWindow.h \
src/AboutDialog.h \
src/ServerConfig.h \
@ -56,7 +56,7 @@ HEADERS += src/MainWindow.h \
src/HotkeyDialog.h \
src/ActionDialog.h \
src/Hotkey.h \
src/Action.h \
src/Action.h \
src/KeySequence.h \
src/KeySequenceWidget.h \
src/SettingsDialog.h \
@ -68,8 +68,8 @@ HEADERS += src/MainWindow.h \
src/IpcReader.h \
src/Ipc.h \
src/SynergyLocale.h \
src/QUtility.h \
src/PremiumAuth.h
src/QUtility.h \
src/PremiumAuth.h
RESOURCES += res/Synergy.qrc
RC_FILE = res/win/Synergy.rc
macx {