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 | |||
| @@ -205,6 +205,9 @@ sources = [ | |||
| 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", |
| @@ -300,6 +303,9 @@ 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"] |
Swift