fixed: code style (qt pro file)
This commit is contained in:
parent
59cd5ac554
commit
ee87828a9d
|
@ -40,8 +40,8 @@ SOURCES += src/main.cpp \
|
||||||
src/IpcReader.cpp \
|
src/IpcReader.cpp \
|
||||||
src/Ipc.cpp \
|
src/Ipc.cpp \
|
||||||
src/SynergyLocale.cpp \
|
src/SynergyLocale.cpp \
|
||||||
src/QUtility.cpp \
|
src/QUtility.cpp \
|
||||||
src/PremiumAuth.cpp
|
src/PremiumAuth.cpp
|
||||||
HEADERS += src/MainWindow.h \
|
HEADERS += src/MainWindow.h \
|
||||||
src/AboutDialog.h \
|
src/AboutDialog.h \
|
||||||
src/ServerConfig.h \
|
src/ServerConfig.h \
|
||||||
|
@ -56,7 +56,7 @@ HEADERS += src/MainWindow.h \
|
||||||
src/HotkeyDialog.h \
|
src/HotkeyDialog.h \
|
||||||
src/ActionDialog.h \
|
src/ActionDialog.h \
|
||||||
src/Hotkey.h \
|
src/Hotkey.h \
|
||||||
src/Action.h \
|
src/Action.h \
|
||||||
src/KeySequence.h \
|
src/KeySequence.h \
|
||||||
src/KeySequenceWidget.h \
|
src/KeySequenceWidget.h \
|
||||||
src/SettingsDialog.h \
|
src/SettingsDialog.h \
|
||||||
|
@ -68,8 +68,8 @@ HEADERS += src/MainWindow.h \
|
||||||
src/IpcReader.h \
|
src/IpcReader.h \
|
||||||
src/Ipc.h \
|
src/Ipc.h \
|
||||||
src/SynergyLocale.h \
|
src/SynergyLocale.h \
|
||||||
src/QUtility.h \
|
src/QUtility.h \
|
||||||
src/PremiumAuth.h
|
src/PremiumAuth.h
|
||||||
RESOURCES += res/Synergy.qrc
|
RESOURCES += res/Synergy.qrc
|
||||||
RC_FILE = res/win/Synergy.rc
|
RC_FILE = res/win/Synergy.rc
|
||||||
macx {
|
macx {
|
||||||
|
|
Loading…
Reference in New Issue