Skip to content

Commit 3238208

Browse files
committed
Fix qmake build.
1 parent 9eb99d7 commit 3238208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SerialPrograms/SerialPrograms.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ SOURCES += \
673673
Source/PokemonLA/Resources/PokemonLA_NameDatabase.cpp \
674674
Source/PokemonLA/Resources/PokemonLA_PokemonSprites.cpp \
675675
Source/PokemonLA/Resources/PokemonLA_WeatherAndTimeIcons.cpp \
676+
Source/PokemonLGPE/Commands/PokemonLGPE_DateSpam.cpp \
676677
Source/PokemonLGPE/Inference/PokemonLGPE_ShinySymbolDetector.cpp \
677678
Source/PokemonLGPE/Programs/Farming/PokemonLGPE_DailyItemFarmer.cpp \
678679
Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_AlolanTrade.cpp \
@@ -1241,7 +1242,6 @@ HEADERS += \
12411242
../Common/Cpp/Unicode.h \
12421243
../Common/Cpp/ValueDebouncer.h \
12431244
../Common/NintendoSwitch/NintendoSwitch_ControllerDefs.h \
1244-
../Common/NintendoSwitch/NintendoSwitch_Protocol_PushButtons.h \
12451245
../Common/NintendoSwitch/NintendoSwitch_SlotDatabase.h \
12461246
../Common/PokemonSwSh/PokemonSwSh_FossilTable.h \
12471247
../Common/PokemonSwSh/PokemonSwSh_MultiHostTable.h \
@@ -1864,6 +1864,7 @@ HEADERS += \
18641864
Source/PokemonLA/Resources/PokemonLA_NameDatabase.h \
18651865
Source/PokemonLA/Resources/PokemonLA_PokemonSprites.h \
18661866
Source/PokemonLA/Resources/PokemonLA_WeatherAndTimeIcons.h \
1867+
Source/PokemonLGPE/Commands/PokemonLGPE_DateSpam.h \
18671868
Source/PokemonLGPE/Inference/PokemonLGPE_ShinySymbolDetector.h \
18681869
Source/PokemonLGPE/Programs/Farming/PokemonLGPE_DailyItemFarmer.h \
18691870
Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_AlolanTrade.h \

0 commit comments

Comments
 (0)