diff options
Diffstat (limited to 'Swift/QtUI/SConscript')
| -rw-r--r-- | Swift/QtUI/SConscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index e7fe93f..78d6b3e 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript | |||
| @@ -203,10 +203,13 @@ sources = [ | |||
| 203 | "Trellis/QtDynamicGridLayout.cpp", | 203 | "Trellis/QtDynamicGridLayout.cpp", |
| 204 | "Trellis/QtDNDTabBar.cpp", | 204 | "Trellis/QtDNDTabBar.cpp", |
| 205 | "Trellis/QtGridSelectionDialog.cpp" | 205 | "Trellis/QtGridSelectionDialog.cpp" |
| 206 | ] | 206 | ] |
| 207 | 207 | ||
| 208 | if env["PLATFORM"] == "win32" : | ||
| 209 | sources.extend(["qrc_SwiftWindows.cc"]) | ||
| 210 | |||
| 208 | # QtVCardWidget | 211 | # QtVCardWidget |
| 209 | sources.extend([ | 212 | sources.extend([ |
| 210 | "QtVCardWidget/QtCloseButton.cpp", | 213 | "QtVCardWidget/QtCloseButton.cpp", |
| 211 | "QtVCardWidget/QtRemovableItemDelegate.cpp", | 214 | "QtVCardWidget/QtRemovableItemDelegate.cpp", |
| 212 | "QtVCardWidget/QtResizableLineEdit.cpp", | 215 | "QtVCardWidget/QtResizableLineEdit.cpp", |
| @@ -298,10 +301,13 @@ myenv.Uic4("QtHighlightEditor.ui") | |||
| 298 | myenv.Uic4("QtBlockListEditorWindow.ui") | 301 | myenv.Uic4("QtBlockListEditorWindow.ui") |
| 299 | myenv.Uic4("QtSpellCheckerWindow.ui") | 302 | myenv.Uic4("QtSpellCheckerWindow.ui") |
| 300 | myenv.Qrc("DefaultTheme.qrc") | 303 | myenv.Qrc("DefaultTheme.qrc") |
| 301 | myenv.Qrc("Swift.qrc") | 304 | myenv.Qrc("Swift.qrc") |
| 302 | 305 | ||
| 306 | if env["PLATFORM"] == "win32" : | ||
| 307 | myenv.Qrc("SwiftWindows.qrc") | ||
| 308 | |||
| 303 | # Resources | 309 | # Resources |
| 304 | commonResources = { | 310 | commonResources = { |
| 305 | "": ["#/Swift/resources/sounds"] | 311 | "": ["#/Swift/resources/sounds"] |
| 306 | } | 312 | } |
| 307 | 313 | ||
Swift