-
Notifications
You must be signed in to change notification settings - Fork 23
/
OpenInfraPlatform_UI.pro
25 lines (22 loc) · 1.11 KB
/
OpenInfraPlatform_UI.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FORMS = src\OpenInfraPlatform\Forms\*.ui \
external\QSimpleUpdater\dialogs\*.ui
HEADERS = src\OpenInfraPlatform\UserInterface\*.h \
src\OpenInfraPlatform\UserInterface\ColorPicker\*.h \
src\OpenInfraPlatform\UserInterface\Tools\*.h \
src\OpenInfraPlatform\UserInterface\View2DWindow\*.h \
src\OpenInfraPlatform\UserInterface\ViewPanel\*.h \
src\QtPropertyBrowser\*.h \
external\QSimpleUpdater\*.h \
external\QSimpleUpdater\dialogs\*.h
SOURCES = src\OpenInfraPlatform\UserInterface\*.cpp \
src\OpenInfraPlatform\UserInterface\ColorPicker\*.cpp \
src\OpenInfraPlatform\UserInterface\Tools\*.cpp \
src\OpenInfraPlatform\UserInterface\View2DWindow\*.cpp \
src\OpenInfraPlatform\UserInterface\ViewPanel\*.cpp \
src\QtPropertyBrowser\*.cpp \
Infrastructure\src\OpenInfraPlatform\Infrastructure\Alignment\HorizontalAlignment/*.cpp \
external\QSimpleUpdater\*.cpp \
external\QSimpleUpdater\dialogs\*.cpp
TRANSLATIONS = Data\translations\English.ts \
Data\translations\Deutsch.ts \
Data\translations\Espanol.ts