added drop support, latest changes from gta5sync
This commit is contained in:
parent
e041c576cd
commit
8ddd79d667
12 changed files with 288 additions and 102 deletions
|
@ -56,7 +56,8 @@ SOURCES += main.cpp \
|
|||
StandardPaths.cpp \
|
||||
StringParser.cpp \
|
||||
UserInterface.cpp \
|
||||
uimod/UiModLabel.cpp
|
||||
uimod/UiModLabel.cpp \
|
||||
uimod/UiModWidget.cpp
|
||||
|
||||
HEADERS += \
|
||||
AboutDialog.h \
|
||||
|
@ -87,7 +88,8 @@ HEADERS += \
|
|||
StandardPaths.h \
|
||||
StringParser.h \
|
||||
UserInterface.h \
|
||||
uimod/UiModLabel.h
|
||||
uimod/UiModLabel.h \
|
||||
uimod/UiModWidget.h
|
||||
|
||||
PRECOMPILED_HEADER += config.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue